diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-20 12:47:59 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-20 12:47:59 +0400 |
commit | 1f145b6b4187fbb451dde8c1a1e8c81bb691a672 (patch) | |
tree | 08a7f737f4a360448c693908d89bf750e3a7d5e2 /conf/machine/mtx-1.conf | |
parent | bfec41f79e1177aa047eb46e376752cee969287a (diff) | |
parent | cb70efeb71b3a1e5e8786d3488e4ec3a1580d45a (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
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" |