ipaq-pxa270.conf: fix a typo and add af_key to modules
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 23 Feb 2006 20:26:45 +0000 (20:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 23 Feb 2006 20:26:45 +0000 (20:26 +0000)
conf/machine/ipaq-pxa270.conf

index 11ef098..71c1894 100644 (file)
@@ -16,13 +16,14 @@ PREFERRED_VERSION_orinoco-modules = "0.15rc1"
 
 ROOT_FLASH_SIZE = "80"
 
+MODUTILS = "26"        
 BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params "
-BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${PXA270_MODULES}', d)" 
+BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${PXA270_MODULES}', d)}
 BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
 
 PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \
                  snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \
-                 nls_cp437 nls_iso8859-1 nls_utf8"
+                 nls_cp437 nls_iso8859-1 nls_utf8 af_key"
 
 SERIAL_CONSOLE = "115200 ttyS0"