diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-12-06 14:16:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-06 14:16:33 +0000 |
commit | 4cff548ae08c8724bf27ea62c134c8df99cbde14 (patch) | |
tree | a7f5ae83797b16efe1ce4892ea992ed7f68038a6 /conf/machine/handheld-common.conf | |
parent | 7acfd26c06a4d910fda1f246fa21cb0610c7cf4c (diff) |
disapproval of revision '1836da10f903d9ee68a7255b7a5d899128f4f43c'
Diffstat (limited to 'conf/machine/handheld-common.conf')
-rw-r--r-- | conf/machine/handheld-common.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf index a014c2be65..dab1d01e70 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 += "pcmciautils apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap network-suspend-scripts" -BOOTSTRAP_EXTRA_RDEPENDS += "pcmciautils apm apmd network-suspend-scripts" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap ${@linux_module_packages('${HANDHELD_MODULES}', d)}" +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_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" INHERIT += "linux_modules" |