aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/thinclient-common.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2005-06-27 16:33:45 +0000
committerPhil Blundell <philb@gnu.org>2005-06-27 16:33:45 +0000
commit76f98a71a91e3f00a1a6d30e3cbc37c2ba5b0003 (patch)
tree715fe84b71fbd49a8993e8e7651f1c74e928e92c /conf/machine/thinclient-common.conf
parent0799244e4c0c5b384613176b06e9b42587f592d1 (diff)
downloadopenembedded-76f98a71a91e3f00a1a6d30e3cbc37c2ba5b0003.tar.gz
forgot one
BKrev: 42c02a69sSkdd9ZOnoR2ex7uCEpL8g
Diffstat (limited to 'conf/machine/thinclient-common.conf')
-rw-r--r--conf/machine/thinclient-common.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/thinclient-common.conf b/conf/machine/thinclient-common.conf
index e69de29bb2..e6c97886c9 100644
--- a/conf/machine/thinclient-common.conf
+++ b/conf/machine/thinclient-common.conf
@@ -0,0 +1,20 @@
+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_DEPENDS += "apmd ppp bluez-utils wireless-tools"
+BOOTSTRAP_EXTRA_RDEPENDS += "apm"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${THINCLIENT_MODULES}', d)}"
+
+INHERIT += "linux_modules"