diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-06-22 19:10:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-22 19:10:43 +0000 |
commit | 2077eb666b22825cc8700776073cdcacf1c001d7 (patch) | |
tree | 760d8fca73bbf97e2a5d54eb9381214262d2c3c8 | |
parent | b9a0e696ff23724dab78df335a111d12fb6f02a8 (diff) |
ipaq-pxa270.conf: add tiinit and acx-firmware (bt and wlan firmware)
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index 72ff608290..9ed313334b 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -23,6 +23,7 @@ PCMCIA_MANAGER = "pcmciautils" BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params " BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${PXA270_MODULES}', d)}" BOOTSTRAP_EXTRA_RDEPENDS_append = " udev" +BOOTSTRAP_EXTRA_RDEPENDS_append = " tiinit acx-firmware" PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \ snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \ |