summaryrefslogtreecommitdiff
path: root/conf/machine/include/thinclient-common.conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-09 19:21:24 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-09 19:21:24 +0000
commit86d1d8cd13335c4dca722ac398c69a105fc9ac8f (patch)
treebf7433f99e0fc0ffbdbddd24c2201d21a9dd60e8 /conf/machine/include/thinclient-common.conf
parent249a5476b2d2ec15e71b126bb02bc885b29604ee (diff)
parent45e1048fb2a2fc047c8a903966ca5cc9d1e03112 (diff)
explicit_merge of '93b8d4a095a60dfe2b4b6e82f4ce68721a1d4f11'
and 'd5130c6d17c31fa91dee51b0074c7e5e8c87717c' using ancestor '' to branch 'org.openembedded.dev'
Diffstat (limited to 'conf/machine/include/thinclient-common.conf')
-rw-r--r--conf/machine/include/thinclient-common.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/include/thinclient-common.conf b/conf/machine/include/thinclient-common.conf
new file mode 100644
index 0000000000..4a96b42525
--- /dev/null
+++ b/conf/machine/include/thinclient-common.conf
@@ -0,0 +1,19 @@
+THINCLIENT_MODULES = "ipv6 \
+mip6-mn \
+tun \
+loop \
+vfat \
+sunrpc nfs \
+rfcomm bnep l2cap sco \
+af_packet \
+ppp-async ppp-deflate ppp-mppe \
+ip-gre ip-tables ipip \
+irda irlan irnet irport irtty \
+input uinput \
+"
+
+# Configuration bits for "generic thinclient"
+BOOTSTRAP_EXTRA_RDEPENDS += "apm"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${THINCLIENT_MODULES}', d)}"
+
+INHERIT += "linux_modules"