aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/nslu2le.conf
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-02-12 05:55:36 +0000
committerRod Whitby <rod@whitby.id.au>2007-02-12 05:55:36 +0000
commit7edfef39a97bf8b6922f7fb4bfe50bd911ce76cb (patch)
treec08e1431ae894a04636cb1a855ca5f96e7cb2877 /conf/machine/nslu2le.conf
parent4b3665fdb3579a172d574a82e4e5871a4bed69cf (diff)
downloadopenembedded-7edfef39a97bf8b6922f7fb4bfe50bd911ce76cb.tar.gz
nslu2.conf: Deprecated in favour of nslu2le.conf and nslu2be.conf.
Diffstat (limited to 'conf/machine/nslu2le.conf')
-rw-r--r--conf/machine/nslu2le.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf
index cc8e8b8b98..1dd1ddaf2f 100644
--- a/conf/machine/nslu2le.conf
+++ b/conf/machine/nslu2le.conf
@@ -2,8 +2,15 @@
#@NAME: Linksys NSLU2 (little-endian)
#@DESCRIPTION: Machine configuration for an NSLU2 in little-endian mode
-require conf/machine/ixp4xxle.conf
+TARGET_ARCH = "arm"
+
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xxle"
MACHINE_ARCH = "ixp4xxle"
-PACKAGE_EXTRA_ARCHS += "ixp4xxle"
+require conf/machine/include/ixp4xx.conf
+
+EXTRA_IMAGECMD_jffs2 += "--little-endian"
+
+OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
+