summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/machine/handheld-common.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
commitdd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (patch)
treee8b9838dc2981038046081efe5145a4227902f7d /openembedded/conf/machine/handheld-common.conf
parentce241d7e6d8e31411867b5f2127b02c776b39d8a (diff)
downloadpoky-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.gz
Pull conf file updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@270 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine/handheld-common.conf')
-rw-r--r--openembedded/conf/machine/handheld-common.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/openembedded/conf/machine/handheld-common.conf b/openembedded/conf/machine/handheld-common.conf
deleted file mode 100644
index 4bb8325dea..0000000000
--- a/openembedded/conf/machine/handheld-common.conf
+++ /dev/null
@@ -1,24 +0,0 @@
1HANDHELD_MODULES = "ipv6 \
2ipsec \
3nvrd \
4mip6-mn \
5tun \
6ide-cs ide-disk ide-probe-mod \
7loop \
8vfat ext2 \
9sunrpc nfs \
10btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \
11pcnet-cs serial-cs airo-cs \
12af_packet \
13ppp-async ppp-deflate ppp-mppe \
14ip-gre ip-tables ipip \
15irda irlan irnet irport irtty ircomm-tty \
16input uinput \
17"
18
19# Configuration bits for "generic handheld"
20BOOTSTRAP_EXTRA_DEPENDS += "apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin network-suspend-scripts"
21BOOTSTRAP_EXTRA_RDEPENDS += "apm apmd network-suspend-scripts"
22BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}"
23
24INHERIT += "linux_modules"