diff options
author | Phil Blundell <philb@gnu.org> | 2005-02-06 14:33:24 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-02-06 14:33:24 +0000 |
commit | f78a50c56f6b2a7f3c956e79fbd66278821db125 (patch) | |
tree | dc144bfc5c04d7df13f316689dbf6cb9a884e6d6 /conf/machine/ipaq-common.conf | |
parent | 931e245a2cf65c5cf30ca775eb2e3232abf9a162 (diff) |
add atmelwlandriver to ipaq-common bootstrap bits
BKrev: 42062ab4lpvCySDmBGAfYjampXaHmA
Diffstat (limited to 'conf/machine/ipaq-common.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 bbd748b701..f0aaedcf10 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 wavelan_cs keybdev" -BOOTSTRAP_EXTRA_DEPENDS += "kbdd bl hostap-modules orinoco-modules mipv6" -BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs mipv6 ${@linux_module_packages('${IPAQ_MODULES}')}" +BOOTSTRAP_EXTRA_DEPENDS += "kbdd bl hostap-modules orinoco-modules mipv6 atmelwlandriver" +BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs mipv6 atmelwlandriver ${@linux_module_packages('${IPAQ_MODULES}')}" |