diff options
author | Phil Blundell <philb@gnu.org> | 2005-01-26 20:12:03 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-01-26 20:12:03 +0000 |
commit | 4986bbc0e37f4e1401b599969c244d6cfb7f8b9f (patch) | |
tree | 45bbe5e65173cfb17330fefd8e4e37b2dd7bb6a0 | |
parent | 8844fa4706c290053e041f41bf71d6e491302ee8 (diff) |
add network-suspend-scripts to handheld-common BOOTSTRAP_EXTRA_{R}DEPENDS
BKrev: 41f7f993ql3uYYtgPWcNdPOLNu138Q
-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 30b8409814..e938cb2a37 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 wpa-supplicant-nossl lrzsz ppp-dialin scap" -BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm apmd" +BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap 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 scap ${@linux_module_packages('${HANDHELD_MODULES}')}" INHERIT += "linux_modules" |