aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/thinclient-common.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/thinclient-common.conf')
-rw-r--r--conf/machine/include/thinclient-common.conf20
1 files changed, 20 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..e6c97886c9
--- /dev/null
+++ b/conf/machine/include/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"