summaryrefslogtreecommitdiff
path: root/conf/machine/include/handheld-common.conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-10 03:24:12 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-10 03:24:12 +0000
commit2427fe5ac44f39555ca3b1fee8e0a234917cbe96 (patch)
tree645d2eb99781cb79ea1ddf3514b29cef996b4ea1 /conf/machine/include/handheld-common.conf
parent931b88d4f952a2fbba63d9cbfbe6e5816cacfa95 (diff)
parent8bc640253e3402ed705484106527fa8f437e99e8 (diff)
merge of 050df893918bae2f4a6a2cb3fcdc9f0ee8e8ee04
and 1819e7c9879b392cfb2bdae2cd3d9d59c7e28a49
Diffstat (limited to 'conf/machine/include/handheld-common.conf')
-rw-r--r--conf/machine/include/handheld-common.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/include/handheld-common.conf b/conf/machine/include/handheld-common.conf
new file mode 100644
index 0000000000..467d5e59f1
--- /dev/null
+++ b/conf/machine/include/handheld-common.conf
@@ -0,0 +1,25 @@
+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 \
+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 \
+"
+
+PCMCIA_MANAGER ?= "pcmcia-cs"
+
+# Configuration bits for "generic handheld"
+BOOTSTRAP_EXTRA_RDEPENDS += "${PCMCIA_MANAGER} apm apmd network-suspend-scripts"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}"
+
+INHERIT += "linux_modules"