mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
442 B
Plaintext
20 lines
442 B
Plaintext
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"
|