diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-23 09:41:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-23 09:41:14 +0100 |
commit | 589db5a12dba3c43854729954ac4ff7cb3555796 (patch) | |
tree | 2426be74bc34bbe4c6751f0980922a7689454321 /conf/machine/include | |
parent | 1f95213480a0f98a8d8e5f9f5686e547b4703a00 (diff) |
kirkwood: clean up kernel and machine file a bit
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/kirkwood.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/include/kirkwood.inc b/conf/machine/include/kirkwood.inc index 6ee50c112d..be38858ae9 100644 --- a/conf/machine/include/kirkwood.inc +++ b/conf/machine/include/kirkwood.inc @@ -3,17 +3,15 @@ TARGET_ARCH = "arm" -MACHINE_FEATURES = "kernel26 usbhost ext2 vfat" +MACHINE_FEATURES = "kernel26 usbhost ext2 vfat mmc" MACHINE_TASK_PROVIDER = "task-base" USE_DEVFS = "0" PREFERRED_PROVIDER_virtual/bootloader = "" PREFERRED_PROVIDER_virtual/kernel = "linux-kirkwood" -PREFERRED_VERSION_linux-kirkwood = "2.6.29-rc7+git" -IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" -IMAGE_FSTYPES = "tar.gz" +IMAGE_FSTYPES += "tar.gz" SERIAL_CONSOLE = "ttyS0 115200" # Currently all the orion devices we support use uImage |