From: Phil Blundell Date: Sat, 20 Nov 2004 16:35:59 +0000 (+0000) Subject: add hostap-wpa-supplicant-nossl to handheld-common.conf X-Git-Tag: Release-2010-05/1~16086 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47f0c51e7d5110b1754d3ecd42f5b4cf4e1b7497;p=openembedded.git add hostap-wpa-supplicant-nossl to handheld-common.conf BKrev: 419f726fuOLPPmxrTeBjACmuwbsU2g --- diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf index e9ceb7272b..d2fd663f37 100644 --- a/conf/machine/handheld-common.conf +++ b/conf/machine/handheld-common.conf @@ -17,8 +17,8 @@ input uinput \ " # Configuration bits for "generic handheld" -BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan" +BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl" BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm irda-utils" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools openswan ${@linux_module_packages('${HANDHELD_MODULES}')}" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools openswan hostap-wpa-supplicant-nossl ${@linux_module_packages('${HANDHELD_MODULES}')}" INHERIT += "linux_modules"