diff options
Diffstat (limited to 'conf')
-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" |