diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-17 23:30:47 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-17 23:30:47 +0000 |
commit | 1c773d6cd608602d5bc9f5f42c25dd57ccc6619c (patch) | |
tree | fe98fb68938397b17c2830f2eabe0317d5c37467 /conf/machine/nslu2be.conf | |
parent | 06bd533ed1a1dbe243d97401a810d264a1561b98 (diff) |
nslu2{b,l}e.conf: Fixed location of OVERRIDES so that it doesn't clobber the work of tune-thumb.
Diffstat (limited to 'conf/machine/nslu2be.conf')
-rw-r--r-- | conf/machine/nslu2be.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf index 16d1ed8508..3ca3baf952 100644 --- a/conf/machine/nslu2be.conf +++ b/conf/machine/nslu2be.conf @@ -7,10 +7,9 @@ TARGET_ARCH = "armeb" PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb ixp4xxbe" MACHINE_ARCH = "ixp4xxbe" -IXP4XX_MACHINE_OVERRIDE = ":nslu2:ixp4xx" + +OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" require conf/machine/include/ixp4xx.conf EXTRA_IMAGECMD_jffs2 += "--big-endian" - -OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" |