diff options
Diffstat (limited to 'conf/handheld-common.conf')
-rw-r--r-- | conf/handheld-common.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/conf/handheld-common.conf b/conf/handheld-common.conf deleted file mode 100644 index f9e2608927..0000000000 --- a/conf/handheld-common.conf +++ /dev/null @@ -1,24 +0,0 @@ -HANDHELD_MODULES = "ipv6 \ -ipsec \ -nvrd \ -mip6-mn \ -tun \ -ide-cs ide-disk \ -loop \ -vfat ext2 \ -sunrpc nfs \ -btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \ -pcnet-cs serial-cs \ -af_packet \ -ppp-async ppp-deflate ppp-mppe \ -ip-gre ip-tables ipip \ -irda irlan irnet irport irtty \ -input uinput \ -" - -# Configuration bits for "generic handheld" -BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp bluez-utils wireless-tools" -BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${HANDHELD_MODULES}')}" - -INHERIT += "linux_modules" |