aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-12-12 18:45:41 +0000
committerPhil Blundell <philb@gnu.org>2004-12-12 18:45:41 +0000
commit7f72030d057c47a21b34e737e5195109f34ace1c (patch)
treeb83ad061998e9f7128d2eacb2c13e68870a1e80e
parent954f5f3a4aef15dabcbe8e803ec6611a307603d2 (diff)
downloadopenembedded-7f72030d057c47a21b34e737e5195109f34ace1c.tar.gz
add ppp-dialin to handheld-common BOOTSTRAP_EXTRA_DEPENDS/RRECOMMENDS
BKrev: 41bc91d5TrB-zRqm0E3AIaNtYSx_UA
-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 c606b13975..c320d84b0c 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 wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl lrzsz"
+BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl lrzsz ppp-dialin"
BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm apmd"
-BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl lrzsz ${@linux_module_packages('${HANDHELD_MODULES}')}"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}')}"
INHERIT += "linux_modules"