diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-19 17:31:28 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-19 17:31:28 +0000 |
commit | f6c39b9872812a941c26e7dfa5ea1a5e4369d1bb (patch) | |
tree | 010af6cb3ff72ffcfaaa0a0bdd67b1fe3a9f086d /conf | |
parent | a79ff721887dca0119f7f06d992d6a8c9fff5cf6 (diff) | |
parent | ebebd8cae02bbee0cc44866157866bf60e630c6e (diff) |
merge of '60583f10638bed4ae577443e95e8245aaacfcd6f'
and 'cd73470b889bd3b1b6d2641d31c7a69701abcf46'
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 bda68acd12..6f963d164e 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" -IPKG_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" |