diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/beagle.conf | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/conf/machine/beagle.conf b/conf/machine/beagle.conf index a209160f3d..d4051d091c 100644 --- a/conf/machine/beagle.conf +++ b/conf/machine/beagle.conf @@ -28,12 +28,35 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img \ ffffffff ffffffff d0140000" -include conf/machine/handheld-common.conf include conf/machine/tune-strongarm.conf -# Remove BlueZ from the Stock ROM -# BOOTSTRAP_EXTRA_RRECOMMENDS -= "bluez-utils" - SERIAL_CONSOLE = "115200 ttySA0" + + +# Configuration bits for "generic handheld" from handhelds-common.conf +HANDHELD_MODULES_COPY = "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 \ +" + + +BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils" +BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm irda-utils" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools ${@linux_module_packages('${HANDHELD_MODULES_COPY}')}" + +INHERIT += "linux_modules" |