diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-21 19:49:02 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-21 19:49:02 +0000 |
commit | fd3aac46852107dbf336868b91f6c2d171e1bc77 (patch) | |
tree | d31e297fc1ee0da37a226493f6eaf5966d6a87d1 /conf/machine/handheld-common.conf | |
parent | 3a2ad0bcad0bd0ba95befa998bd93751260e1b17 (diff) |
add apmd to handheld-common RDEPENDS
demote irda-utils from RDEPENDS to RRECOMMENDS
BKrev: 41a0f12eHiIT5hIllhv8gmRgcEGliA
Diffstat (limited to 'conf/machine/handheld-common.conf')
-rw-r--r-- | conf/machine/handheld-common.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf index d2fd663f37..0d77f776f4 100644 --- a/conf/machine/handheld-common.conf +++ b/conf/machine/handheld-common.conf @@ -18,7 +18,7 @@ input uinput \ # Configuration bits for "generic handheld" 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 hostap-wpa-supplicant-nossl ${@linux_module_packages('${HANDHELD_MODULES}')}" +BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm apmd" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl ${@linux_module_packages('${HANDHELD_MODULES}')}" INHERIT += "linux_modules" |