diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-27 14:06:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-27 14:06:38 +0000 |
commit | e682c920024719209a58509a0c84fd3914293cf5 (patch) | |
tree | 3c1ed33eab4bbb36ba37827f4c1104333a44c9d1 /conf/machine | |
parent | 2ff2762ae0cba93d544551958600246481d4c7b6 (diff) |
a780: add MACHINE_FEATURES, the 'keyboard' one might be a bit misplaced
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/a780.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index aad664deea..6b6e5a8ea9 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -18,6 +18,8 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" #mtd2: 00580000 00020000 "VFM_Filesystem" #mtd3: 00020000 00020000 "Logo" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard" + ROOT_FLASH_SIZE = "24" EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native" |