diff options
author | ral@home <ral@home> | 2005-03-06 16:50:30 +0000 |
---|---|---|
committer | ral@home <ral@home> | 2005-03-06 16:50:30 +0000 |
commit | 9f4ca8657ae437f967df5e4a4216092672611881 (patch) | |
tree | 61d74e389a2a181302198c928eafc1fa2210eb61 | |
parent | 1a2e6c445e603732bbeaa20be89c33400e90ac80 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into alwin.at.home:/home/ral/progs/Zaurus/oe/openembedded
2005/03/06 17:31:38+01:00 home!ral
baseimage depends changed
BKrev: 422b34d6i1Txh1SAw8hXgEtwM0fQDA
-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 a872062ce9..48ef6aa937 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 network-suspend-scripts" +BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils 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}')}" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils wpa-supplicant-nossl lrzsz ppp-dialin scap ${@linux_module_packages('${HANDHELD_MODULES}')}" INHERIT += "linux_modules" |