diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-05 15:40:13 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-05 15:40:13 +0000 |
commit | 1ed7f27e533ce6eb7a85a970e829129b3c7beadb (patch) | |
tree | 90b955dc701f30e5a224d699e2b0c6070e69162e /conf | |
parent | dac910112c834ece2c41714f9e01133ad625efdb (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/05 16:22:47+01:00 (none)!koen
move bl into ipaq-common.conf
2005/01/05 16:13:47+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/01/05 16:13:10+01:00 (none)!koen
added bl to h3(6,9)00.conf BOOTSTRAP_(R)DEPENDS
2005/01/05 16:09:44+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into merlin.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/01/05 16:08:32+01:00 uni-frankfurt.de!mickeyl
add Qt/Embedded 4.0 Beta1 (w/ 9 patches) *phew*
BKrev: 41dc0a5du2K53dOv-bjQLdShr5g0Zw
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ipaq-common.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/ipaq-common.conf b/conf/machine/ipaq-common.conf index fd2bdbb083..7758231431 100644 --- a/conf/machine/ipaq-common.conf +++ b/conf/machine/ipaq-common.conf @@ -1,4 +1,4 @@ IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd pcmf502rd pcmf502re sa1100-rtc ipaq-hal h3600_ts usb-eth" -BOOTSTRAP_EXTRA_DEPENDS += "kbdd hostap-modules orinoco-modules mipv6" -BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd hostap-modules-cs orinoco-modules mipv6 ${@linux_module_packages('${IPAQ_MODULES}')}" +BOOTSTRAP_EXTRA_DEPENDS += "kbdd bl hostap-modules orinoco-modules mipv6" +BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules mipv6 ${@linux_module_packages('${IPAQ_MODULES}')}" |