diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-20 14:34:00 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-20 14:34:00 +0000 |
commit | 9b1138f866e52425868d0a93b7c383588d63c0c7 (patch) | |
tree | 8063acc866ad679cfb7e6361548f9460efb2d72a /conf/ipaq-common.conf | |
parent | fd26cc5e60838f54edf85946985d1975d45a55f8 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/20 16:33:51+02:00 uni-frankfurt.de!mickey
clean up the handhelds kernel situation a bit
honor that orinoco and hostap are built out of tree
copy init and modules.conf things from pxa ipaq to sa ipaq
please add the missing files (ipaq-hal.init)
BKrev: 40fd2d585p6h7KbJ9jp0mRKi0MdMgg
Diffstat (limited to 'conf/ipaq-common.conf')
-rw-r--r-- | conf/ipaq-common.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/ipaq-common.conf b/conf/ipaq-common.conf index 6aadf2f755..516f94ba62 100644 --- a/conf/ipaq-common.conf +++ b/conf/ipaq-common.conf @@ -1,4 +1,4 @@ -IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd hostap-modules orinoco-modules airo-cs pcmf502rd pcmf502re sa1100-rtc ipaq-hal" +IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd pcmf502rd pcmf502re sa1100-rtc ipaq-hal" -BOOTSTRAP_EXTRA_DEPENDS += "freeswan mipv6" -BOOTSTRAP_EXTRA_RRECOMMENDS += "freeswan mipv6 ${@linux_module_packages('${IPAQ_MODULES}')}" +BOOTSTRAP_EXTRA_DEPENDS += "hostap-modules orinoco-modules freeswan mipv6" +BOOTSTRAP_EXTRA_RRECOMMENDS += "hostap-modules orinoco-modules freeswan mipv6 ${@linux_module_packages('${IPAQ_MODULES}')}" |