diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-27 14:02:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-27 14:02:09 +0000 |
commit | 2ff2762ae0cba93d544551958600246481d4c7b6 (patch) | |
tree | b5b27a3f5f4b85a66ea9c7356a0c76ebe1638c22 /conf/machine/h2200.conf | |
parent | de650e9b9b304b48c997055d331d8a457184cde8 (diff) |
h2200, h5xxx, ipaq-pxa270, netbook-pro: add MACHINE_FEATURES
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r-- | conf/machine/h2200.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 45eda7251f..65f27085f4 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -14,6 +14,9 @@ EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000" ROOT_FLASH_SIZE = "32" PCMCIA_MANAGER = "pcmciautils" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget" + + BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${H2200_MODULES}', d)}" BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTMODULES_RRECOMMENDS}" BOOTSTRAP_EXTRA_RDEPENDS_append = " mtd-utils h2200-bootloader kernel udev module-init-tools" |