diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-12 05:55:36 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-12 05:55:36 +0000 |
commit | 7edfef39a97bf8b6922f7fb4bfe50bd911ce76cb (patch) | |
tree | c08e1431ae894a04636cb1a855ca5f96e7cb2877 /conf/machine/nslu2be.conf | |
parent | 4b3665fdb3579a172d574a82e4e5871a4bed69cf (diff) |
nslu2.conf: Deprecated in favour of nslu2le.conf and nslu2be.conf.
Diffstat (limited to 'conf/machine/nslu2be.conf')
-rw-r--r-- | conf/machine/nslu2be.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf index 7cbdd80c1b..16d1ed8508 100644 --- a/conf/machine/nslu2be.conf +++ b/conf/machine/nslu2be.conf @@ -2,8 +2,15 @@ #@NAME: Linksys NSLU2 (big-endian) #@DESCRIPTION: Machine configuration for an NSLU2 in big-endian mode -require conf/machine/ixp4xxbe.conf +TARGET_ARCH = "armeb" + +PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb ixp4xxbe" MACHINE_ARCH = "ixp4xxbe" +IXP4XX_MACHINE_OVERRIDE = ":nslu2:ixp4xx" + +require conf/machine/include/ixp4xx.conf + +EXTRA_IMAGECMD_jffs2 += "--big-endian" -PACKAGE_EXTRA_ARCHS += "ixp4xxbe" +OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" |