From: Phil Blundell Date: Fri, 12 Nov 2004 22:32:00 +0000 (+0000) Subject: add openswan to RRECOMMENDS in handhelds-common.conf X-Git-Tag: Release-2010-05/1~16303 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2cac6be50bb8ee70e762a6a080485d1090838a;p=openembedded.git add openswan to RRECOMMENDS in handhelds-common.conf remove freeswan from ipaq-common.conf BKrev: 419539e05TYMUQswlIFEWYKizY17LA --- diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf index d8f61b8369..5e3bafacf2 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 bluez-utils wireless-tools irda-utils" +BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp bluez-utils wireless-tools irda-utils openswan" BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm irda-utils" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${HANDHELD_MODULES}')}" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools openswan ${@linux_module_packages('${HANDHELD_MODULES}')}" INHERIT += "linux_modules" diff --git a/conf/machine/ipaq-common.conf b/conf/machine/ipaq-common.conf index e69de29bb2..fd2bdbb083 100644 --- a/conf/machine/ipaq-common.conf +++ b/conf/machine/ipaq-common.conf @@ -0,0 +1,4 @@ +IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd pcmf502rd pcmf502re sa1100-rtc ipaq-hal h3600_ts usb-eth" + +BOOTSTRAP_EXTRA_DEPENDS += "kbdd hostap-modules orinoco-modules mipv6" +BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd hostap-modules-cs orinoco-modules mipv6 ${@linux_module_packages('${IPAQ_MODULES}')}"