diff options
author | Phil Blundell <philb@gnu.org> | 2005-06-27 16:30:36 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-06-27 16:30:36 +0000 |
commit | 0799244e4c0c5b384613176b06e9b42587f592d1 (patch) | |
tree | 5fd24205bbf7c6bce6253eb34c90ab85120170c1 /conf/machine/ipaq-common.conf | |
parent | 6f600c6712eacafcd97e03df4b0ba85a8075d604 (diff) |
pass extra argument to linux_module_packages()
BKrev: 42c029acOh-cgAhVJ9Dt-apK2YnnbQ
Diffstat (limited to 'conf/machine/ipaq-common.conf')
-rw-r--r-- | conf/machine/ipaq-common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ipaq-common.conf b/conf/machine/ipaq-common.conf index 8349dd73b7..24a1e202f1 100644 --- a/conf/machine/ipaq-common.conf +++ b/conf/machine/ipaq-common.conf @@ -1,7 +1,7 @@ IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd atmelwlandriver sa1100-rtc ipaq-hal h3600_ts usb-eth wavelan_cs keybdev" 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}')}" +BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs mipv6 atmelwlandriver ${@linux_module_packages('${IPAQ_MODULES}', d)}" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |