diff options
Diffstat (limited to 'conf/machine/nslu2be.conf')
-rw-r--r-- | conf/machine/nslu2be.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf index 360e397e04..5bddf09148 100644 --- a/conf/machine/nslu2be.conf +++ b/conf/machine/nslu2be.conf @@ -4,7 +4,8 @@ TARGET_ARCH = "armeb" -PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb ixp4xxbe" +# Note: armv4b armv4tb armv5teb will be added by tune-xscale.inc automatically. +PACKAGE_EXTRA_ARCHS = "armv5eb ixp4xxbe" OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" |