summaryrefslogtreecommitdiff
path: root/conf/machine/beagle.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2005-06-27 16:30:36 +0000
committerPhil Blundell <philb@gnu.org>2005-06-27 16:30:36 +0000
commit0799244e4c0c5b384613176b06e9b42587f592d1 (patch)
tree5fd24205bbf7c6bce6253eb34c90ab85120170c1 /conf/machine/beagle.conf
parent6f600c6712eacafcd97e03df4b0ba85a8075d604 (diff)
pass extra argument to linux_module_packages()
BKrev: 42c029acOh-cgAhVJ9Dt-apK2YnnbQ
Diffstat (limited to 'conf/machine/beagle.conf')
-rw-r--r--conf/machine/beagle.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beagle.conf b/conf/machine/beagle.conf
index d4051d091c..ecc99ff5a7 100644
--- a/conf/machine/beagle.conf
+++ b/conf/machine/beagle.conf
@@ -57,6 +57,6 @@ input uinput \
BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils"
BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm irda-utils"
-BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools ${@linux_module_packages('${HANDHELD_MODULES_COPY}')}"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools ${@linux_module_packages('${HANDHELD_MODULES_COPY}', d)}"
INHERIT += "linux_modules"