diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-12 13:29:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-12 13:29:55 +0000 |
commit | 5dc41f8648a8c57524696b213460ae9b1dcab89e (patch) | |
tree | bf1581f4fbb2b6e2ffc601b2468f861b39dc9b03 /conf/machine/include/handheld-common.conf | |
parent | ac36bc0721258de53c4c90361d3fb0f712a35f3b (diff) | |
parent | 274b25cc55853fe90f6f679e7cc12680d890de0d (diff) |
merge of 1ba45cf53c0878304cb1ded93545b1938b45606f
and 5478d2000cb4fb6a9810fc0fd5cb8d1fc2903536
Diffstat (limited to 'conf/machine/include/handheld-common.conf')
-rw-r--r-- | conf/machine/include/handheld-common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/handheld-common.conf b/conf/machine/include/handheld-common.conf index fbecc6e25c..57afe89ce7 100644 --- a/conf/machine/include/handheld-common.conf +++ b/conf/machine/include/handheld-common.conf @@ -20,6 +20,6 @@ PCMCIA_MANAGER ?= "pcmcia-cs" # Configuration bits for "generic handheld" BOOTSTRAP_EXTRA_RDEPENDS += "${PCMCIA_MANAGER} apm apmd network-suspend-scripts" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" INHERIT += "linux_modules" |