diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-04-27 13:27:35 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-04-27 13:27:35 +0000 |
commit | 1e14b5464d275d20cf3c220f30cd40db00b04c15 (patch) | |
tree | 7ded0725e7e7b555871a6004104e89c7634f88b7 /conf/machine | |
parent | d97419033ff4871497f20f4f26d2c214ea6fc5c2 (diff) | |
parent | db477f6aecf039a72161e247362b979f9e172e4a (diff) |
merge of '59f201d64e4c12385eca1bf3d7a312007e4ed706'
and 'e3024909e0e2b535f0b9ad5c6dd2e59ee2b27f78'
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mtx-3a.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mtx-3a.conf b/conf/machine/mtx-3a.conf index 6f963d164e..000b200840 100644 --- a/conf/machine/mtx-3a.conf +++ b/conf/machine/mtx-3a.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the mtx-3a TARGET_ARCH = "arm" -#PACKAGE_ARCHS = "all arm ${MACHINE}" +PACKAGE_ARCHS = "all arm ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3a" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n" TARGET_CC_ARCH = "-march=armv5te" |