diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-05-08 13:15:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-08 13:15:54 +0000 |
commit | 0b83298ad4d58a3e40559b1f4d76781f6e47343c (patch) | |
tree | fcc66cf75de527c6c28963aec619dbb953f8df17 /conf | |
parent | 2d9c1f7655191ea4def26de46d17c8d388abd633 (diff) |
simpad.conf: Default to CL4/T-Sinus Pad flash size and don't install big applications.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/simpad.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index eb44107ecd..a6439783f3 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -35,9 +35,9 @@ SERIAL_CONSOLE = "ttySA0 115200 vt100" USE_DEVFS = "1" GUI_MACHINE_CLASS = "bigscreen" -ROOT_FLASH_SIZE = "24" +ROOT_FLASH_SIZE = "16" USE_VT = "0" -GPE_EXTRA_INSTALL += "gaim sylpheed suspend-desktop" +GPE_EXTRA_INSTALL += "suspend-desktop" include conf/machine/include/handheld-common.conf include conf/machine/include/tune-strongarm.conf |