diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2005-12-06 11:59:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-06 11:59:32 +0000 |
commit | 7acfd26c06a4d910fda1f246fa21cb0610c7cf4c (patch) | |
tree | 686815580e663d88139f60024e046d76a55851b4 /conf/machine/ipaq-common.conf | |
parent | 3eb8eb685e9192a2d844f071cd121b47b839ddea (diff) |
module-init-tools: prefer 3.2.1 over 3.2-pre4
- adds DEFAULT_PREFERENCE="-1" to the 3.2-pre4, see bug #498
Diffstat (limited to 'conf/machine/ipaq-common.conf')
-rw-r--r-- | conf/machine/ipaq-common.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ipaq-common.conf b/conf/machine/ipaq-common.conf index 791abd2103..95ac3d73f6 100644 --- a/conf/machine/ipaq-common.conf +++ b/conf/machine/ipaq-common.conf @@ -1,8 +1,8 @@ -IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd atmelwlandriver sa1100-rtc ipaq-hal h3600_ts usb-eth wavelan_cs keybdev" +IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd sa1100-rtc ipaq-hal h3600_ts usb-eth wavelan_cs keybdev" -BOOTSTRAP_EXTRA_DEPENDS += "kbdd bl hostap-modules orinoco-modules atmelwlandriver" +BOOTSTRAP_EXTRA_DEPENDS += "kbdd bl hostap-modules orinoco-modules" BOOTSTRAP_EXTRA_DEPENDS_append_kernel24 += "mipv6" -BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs atmelwlandriver ${@linux_module_packages('${IPAQ_MODULES}', d)}" +BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs ${@linux_module_packages('${IPAQ_MODULES}', d)}" BOOTSTRAP_EXTRA_RRECOMMENDS_append_kernel24 += "mipv6" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |