diff options
author | Phil Blundell <philb@gnu.org> | 2005-06-27 16:33:45 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-06-27 16:33:45 +0000 |
commit | 76f98a71a91e3f00a1a6d30e3cbc37c2ba5b0003 (patch) | |
tree | 715fe84b71fbd49a8993e8e7651f1c74e928e92c /conf | |
parent | 0799244e4c0c5b384613176b06e9b42587f592d1 (diff) |
forgot one
BKrev: 42c02a69sSkdd9ZOnoR2ex7uCEpL8g
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/thinclient-common.conf | 20 |
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" |