diff options
author | Joseph Cole <jnc@unknown.openembedded.org> | 2006-03-11 22:57:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-11 22:57:24 +0000 |
commit | 0007e215e4c2fdf775de4897154a5ad6435bea4f (patch) | |
tree | a583f37615d9a5af48b1f668e9d8a21ba3968113 /conf/machine/include/handheld-common.conf | |
parent | b9f6a8ce4b5d017696f0651c5d799d54d8ecbe62 (diff) |
WPA Supplicant updates, and inclusion of version 0.5.1 for distros with gnutls already being built. Resolves licensing issues, and non-working supplicant issues for those with 2.6/2.4 kernels. Report breakage to Eric (jnc).
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" |