diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-01-23 02:21:17 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-01-23 02:21:17 +0000 |
commit | 2d96dd3d8722c5260740717f70c442b4cb445aac (patch) | |
tree | 5e6cb2b464d9b3fdbad03677918b781d5b4018df /conf/machine/nslu2le.conf | |
parent | 79ebe7b06aa1dd508d80ef4bb040a37d6bc314a9 (diff) |
ixp4xx (and related ixp4xx-specific files): Change all usage of ARCH_BYTE_SEX to IXP4XX_MACHINE_ENDIAN (and ensure COMPATIBLE_MACHINE is in effect whereever it is used). Add the nslu2le and nslu2be machines. Change include/ixp4xx.conf to use tune-xscale and tune-thumb. Remove slugos-specific variables that had global OE equivalents. Deprecate ixp4xx.conf and nslu2.conf in favour of endian-specific replacements.
Diffstat (limited to 'conf/machine/nslu2le.conf')
-rw-r--r-- | conf/machine/nslu2le.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf new file mode 100644 index 0000000000..cc8e8b8b98 --- /dev/null +++ b/conf/machine/nslu2le.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@NAME: Linksys NSLU2 (little-endian) +#@DESCRIPTION: Machine configuration for an NSLU2 in little-endian mode + +require conf/machine/ixp4xxle.conf + +MACHINE_ARCH = "ixp4xxle" + +PACKAGE_EXTRA_ARCHS += "ixp4xxle" |