diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-06-19 20:52:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-19 20:52:33 +0000 |
commit | afa7d51183fc99939810e139a71a01d590eea039 (patch) | |
tree | 9d9ceee49108694f02542e78d15e922d2713c277 /conf | |
parent | 71429ee9825e11c675a4b7b971788e89e3e04fcd (diff) |
smartphone-common.conf: Add common include file for smartphone devices.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/smartphone-common.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/include/smartphone-common.conf b/conf/machine/include/smartphone-common.conf new file mode 100644 index 0000000000..2ff8d4bc47 --- /dev/null +++ b/conf/machine/include/smartphone-common.conf @@ -0,0 +1,20 @@ +HANDHELD_MODULES = "ipv6 \ +ipsec \ +nvrd \ +mip6-mn \ +tun \ +fat vfat \ +loop \ +rfcomm bnep l2cap sco hci_uart hidp \ +af_packet \ +ppp-async ppp-deflate ppp-mppe \ +ip-gre ip-tables ipip \ +irda irlan irnet irport irtty ircomm-tty \ +input uinput \ +" + +# Configuration bits for "generic samrtphone" +BOOTSTRAP_EXTRA_RDEPENDS += "apm apmd network-suspend-scripts" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" + +INHERIT += "linux_modules" |