summaryrefslogtreecommitdiff
path: root/packages/ixp4xx/ixp-osal_2.1.bb
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-01-23 02:21:17 +0000
committerRod Whitby <rod@whitby.id.au>2007-01-23 02:21:17 +0000
commit2d96dd3d8722c5260740717f70c442b4cb445aac (patch)
tree5e6cb2b464d9b3fdbad03677918b781d5b4018df /packages/ixp4xx/ixp-osal_2.1.bb
parent79ebe7b06aa1dd508d80ef4bb040a37d6bc314a9 (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 'packages/ixp4xx/ixp-osal_2.1.bb')
-rw-r--r--packages/ixp4xx/ixp-osal_2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ixp4xx/ixp-osal_2.1.bb b/packages/ixp4xx/ixp-osal_2.1.bb
index 077515a829..8b1bce6720 100644
--- a/packages/ixp4xx/ixp-osal_2.1.bb
+++ b/packages/ixp4xx/ixp-osal_2.1.bb
@@ -37,7 +37,7 @@ COMPATIBLE_MACHINE = "(nslu2|ixp4xx)"
inherit module
-IX_TARGET = "linux${ARCH_BYTE_SEX}"
+IX_TARGET = "linux${IXP4XX_MACHINE_ENDIAN}"
IX_ENSURE = ""
#IX_ENSURE = "IX_OSAL_ENSURE_ON=1"