diff options
Diffstat (limited to 'openembedded/conf/machine/include/handheld-common.conf')
-rw-r--r-- | openembedded/conf/machine/include/handheld-common.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/openembedded/conf/machine/include/handheld-common.conf b/openembedded/conf/machine/include/handheld-common.conf new file mode 100644 index 0000000000..467d5e59f1 --- /dev/null +++ b/openembedded/conf/machine/include/handheld-common.conf | |||
@@ -0,0 +1,25 @@ | |||
1 | HANDHELD_MODULES = "ipv6 \ | ||
2 | ipsec \ | ||
3 | nvrd \ | ||
4 | mip6-mn \ | ||
5 | tun \ | ||
6 | ide-cs ide-disk ide-probe-mod \ | ||
7 | loop \ | ||
8 | vfat ext2 \ | ||
9 | sunrpc nfs \ | ||
10 | btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \ | ||
11 | pcnet-cs serial-cs airo-cs \ | ||
12 | af_packet \ | ||
13 | ppp-async ppp-deflate ppp-mppe \ | ||
14 | ip-gre ip-tables ipip \ | ||
15 | irda irlan irnet irport irtty ircomm-tty \ | ||
16 | input uinput \ | ||
17 | " | ||
18 | |||
19 | PCMCIA_MANAGER ?= "pcmcia-cs" | ||
20 | |||
21 | # Configuration bits for "generic handheld" | ||
22 | BOOTSTRAP_EXTRA_RDEPENDS += "${PCMCIA_MANAGER} apm apmd network-suspend-scripts" | ||
23 | BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" | ||
24 | |||
25 | INHERIT += "linux_modules" | ||