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