summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/thinclient-common.conf
blob: 4a96b42525b686998ea4d494ad45f6d5f305fa09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"