Pull conf file updates from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@270 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-02-10 11:45:39 +00:00
parent ce241d7e6d
commit dd1b4430b5
37 changed files with 329 additions and 207 deletions

View File

@@ -0,0 +1,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"