aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/handheld-common.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-12 22:32:00 +0000
committerPhil Blundell <philb@gnu.org>2004-11-12 22:32:00 +0000
commit2f2cac6be50bb8ee70e762a6a080485d1090838a (patch)
tree6899f05bca77850c2a9a66db94cc5ccd92dd30a2 /conf/machine/handheld-common.conf
parent1f0b37032dcce92038a38a7de85fd568b4268579 (diff)
downloadopenembedded-2f2cac6be50bb8ee70e762a6a080485d1090838a.tar.gz
add openswan to RRECOMMENDS in handhelds-common.conf
remove freeswan from ipaq-common.conf BKrev: 419539e05TYMUQswlIFEWYKizY17LA
Diffstat (limited to 'conf/machine/handheld-common.conf')
-rw-r--r--conf/machine/handheld-common.conf4
1 files changed, 2 insertions, 2 deletions
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"