diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-10 10:06:47 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-10 10:06:47 +0000 |
commit | 6cc5ee611f7b3b4e7f835918cd14c5c723cffe46 (patch) | |
tree | 7fd00d8e5e66b1ebb4f8ba16aececb6c8348a376 | |
parent | e34549a799d81d44d9ae23706c035618494051cf (diff) |
fic-gta01.conf: Update included modules and enable padding of jffs2 images.
-rw-r--r-- | conf/machine/fic-gta01.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index a797d5ec04..b16630510e 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -21,6 +21,11 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01kbd \ kernel-module-s3cmci \ kernel-module-ext2 \ + kernel-module-vfat \ + kernel-module-snd-soc-neo1973-wm8753 \ + kernel-module-snd-soc-smdk2440 \ + kernel-module-nls-iso8859-1 \ + kernel-module-nls-cp437 \ alsa-state" # do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab @@ -30,7 +35,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ ROOT_FLASH_SIZE = "60" # extra jffs2 tweaks -EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n" +EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n" # build tools EXTRA_IMAGEDEPENDS += "sjf2410-linux-native" |