aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/handheld-common.conf
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-12-16 09:34:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-16 09:34:20 +0000
commit1801d27e357a85de3e1725a778e2783f62522d35 (patch)
tree769405a8a6bb507c1943ac73883d13c69f4a4800 /conf/machine/handheld-common.conf
parent96ff5d7943991de1f7f8363c42b3a124c157d3a6 (diff)
downloadopenembedded-1801d27e357a85de3e1725a778e2783f62522d35.tar.gz
handheld-common.conf: prepare for pcmcia-cs->pcmciautils transition
Diffstat (limited to 'conf/machine/handheld-common.conf')
-rw-r--r--conf/machine/handheld-common.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf
index dab1d01e70..8aad984243 100644
--- a/conf/machine/handheld-common.conf
+++ b/conf/machine/handheld-common.conf
@@ -16,9 +16,11 @@ irda irlan irnet irport irtty ircomm-tty \
input uinput \
"
+PREFERRED_PROVIDER_virtual/pcmcia-manager ?= "pcmcia-cs"
+
# Configuration bits for "generic handheld"
-BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin network-suspend-scripts"
-BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm apmd network-suspend-scripts"
+BOOTSTRAP_EXTRA_DEPENDS += "virtual/pcmcia-manager apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin network-suspend-scripts"
+BOOTSTRAP_EXTRA_RDEPENDS += "virtual/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)}"
INHERIT += "linux_modules"