diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-16 13:58:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-16 13:58:07 +0000 |
commit | 00a1aa7d8aa69edfcde4cbb2c96597c1f63e6a43 (patch) | |
tree | 8917adef007f771d78742db1c72dd36dde5a04c3 /conf/machine/include/handheld-common.conf | |
parent | f8e702ad4d191eeb23dc78bd2db3c2ed023aa00e (diff) | |
parent | 7810352ab397b66e7c4f46bddd09bd68e7a0cadf (diff) |
merge of '3a72c4b2962d909444aaaee9569be3bb90169577'
and '514b31d89c294ce11810ee76a2138d455216409b'
Diffstat (limited to 'conf/machine/include/handheld-common.conf')
-rw-r--r-- | conf/machine/include/handheld-common.conf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/conf/machine/include/handheld-common.conf b/conf/machine/include/handheld-common.conf deleted file mode 100644 index d4cd4c1d79..0000000000 --- a/conf/machine/include/handheld-common.conf +++ /dev/null @@ -1,23 +0,0 @@ -HANDHELD_MODULES = "ipv6 \ -ipsec \ -nvrd \ -mip6-mn \ -tun \ -ide-cs ide-disk ide-probe-mod \ -loop \ -vfat ext2 \ -sunrpc nfs \ -btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart hidp \ -pcnet-cs serial-cs airo-cs \ -af_packet \ -ppp-async ppp-deflate ppp-mppe \ -ip-gre ip-tables ipip \ -irda irlan irnet irport irtty ircomm-tty \ -input uinput \ -" - -# Configuration bits for "generic handheld" -BOOTSTRAP_EXTRA_RDEPENDS += "${PCMCIA_MANAGER} apm apmd network-suspend-scripts" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" - -INHERIT += "linux-kernel-base" |