From: Phil Blundell Date: Mon, 27 Jun 2005 16:33:45 +0000 (+0000) Subject: forgot one X-Git-Tag: Release-2010-05/1~9453^2~4328 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76f98a71a91e3f00a1a6d30e3cbc37c2ba5b0003;p=openembedded.git forgot one BKrev: 42c02a69sSkdd9ZOnoR2ex7uCEpL8g --- diff --git a/conf/machine/thinclient-common.conf b/conf/machine/thinclient-common.conf index e69de29bb2..e6c97886c9 100644 --- a/conf/machine/thinclient-common.conf +++ b/conf/machine/thinclient-common.conf @@ -0,0 +1,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"