forgot one
authorPhil Blundell <philb@gnu.org>
Mon, 27 Jun 2005 16:33:45 +0000 (16:33 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 27 Jun 2005 16:33:45 +0000 (16:33 +0000)
BKrev: 42c02a69sSkdd9ZOnoR2ex7uCEpL8g

conf/machine/thinclient-common.conf

index e69de29..e6c9788 100644 (file)
@@ -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"