conf/machine: Remove stale unused files

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@893 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-20 17:25:38 +00:00
parent 4398b980ba
commit 05981416ff
2 changed files with 0 additions and 26 deletions

View File

@ -1,7 +0,0 @@
IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd atmelwlandriver sa1100-rtc ipaq-hal h3600_ts usb-eth wavelan_cs keybdev"
BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs atmelwlandriver ${@linux_module_packages('${IPAQ_MODULES}', d)}"
BOOTSTRAP_EXTRA_RRECOMMENDS_append_kernel24 += "mipv6"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"

View File

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