diff options
author | Martin Dietze <di@fh-wedel.de> | 2009-05-19 19:19:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-20 10:07:06 +0200 |
commit | 9cd7c5f8dabf8b3b42eb171e8faba4199b357bec (patch) | |
tree | 6586aafb23005e433500a100d9af77fdb2c91ce0 /conf/machine/mtx-1.conf | |
parent | 819027217b03953a55f9667d39ad7b77551d7417 (diff) |
Nylon: Nylon is now derived from angstrom.
Diffstat (limited to 'conf/machine/mtx-1.conf')
-rw-r--r-- | conf/machine/mtx-1.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/mtx-1.conf b/conf/machine/mtx-1.conf index 33a69f45b3..7db19696fa 100644 --- a/conf/machine/mtx-1.conf +++ b/conf/machine/mtx-1.conf @@ -6,6 +6,8 @@ TARGET_ARCH = "mipsel" PACKAGE_ARCHS = "all mipsel ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-1" +KERNEL_VERSION_mtx-1 = "2.4.27" +MACHINE_FEATURES = "kernel24 usbhost vfat" # md: is the --pad=.. necessary? I believe not. # EXTRA_IMAGECMD_jffs2 = "--pad=0x1c00000 --little-endian --eraseblock=0x20000 -n" |