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/handheld-common.conf | |
parent | 6f600c6712eacafcd97e03df4b0ba85a8075d604 (diff) |
pass extra argument to linux_module_packages()
BKrev: 42c029acOh-cgAhVJ9Dt-apK2YnnbQ
Diffstat (limited to 'conf/machine/handheld-common.conf')
-rw-r--r-- | conf/machine/handheld-common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf index a872062ce9..2445ee17a6 100644 --- a/conf/machine/handheld-common.conf +++ b/conf/machine/handheld-common.conf @@ -19,6 +19,6 @@ input uinput \ # Configuration bits for "generic handheld" BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap network-suspend-scripts" BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm apmd network-suspend-scripts" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap ${@linux_module_packages('${HANDHELD_MODULES}')}" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap ${@linux_module_packages('${HANDHELD_MODULES}', d)}" INHERIT += "linux_modules" |