diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-02-23 20:26:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-23 20:26:45 +0000 |
commit | cf7366fc9ff28e217cf7af73f089b3e68b53bc5a (patch) | |
tree | 693db1e1a7ef54137a91729f98a0797a0ff63bf0 /conf | |
parent | 59e2b57fbebd685335645f1e6b848baeb70dbcdc (diff) |
ipaq-pxa270.conf: fix a typo and add af_key to modules
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index 11ef098b8c..71c1894353 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -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" |