summaryrefslogtreecommitdiff
path: root/conf/machine/nslu2.conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-12 10:21:01 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-12 10:21:01 +0000
commit2b8d6d7c246759913efb718d5417910f1336ed02 (patch)
tree3f973d117dfa3747a5531d4eb1bd06cb73a66c88 /conf/machine/nslu2.conf
parentf9f38d4d7803a93cfa5f9b40007cd887c7bd8ac0 (diff)
ixp4xx: correct IPKG_ARCHS to include ${MACHINE}[bl] in ixp4xx.conf
- the kernel packages now use ${MACHINE}[bl] according to the system byte sex, therefore this must be included in the IPKG_ARCH list or the image build will fail.
Diffstat (limited to 'conf/machine/nslu2.conf')
-rw-r--r--conf/machine/nslu2.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf
index f5ee008204..a20e8b73a9 100644
--- a/conf/machine/nslu2.conf
+++ b/conf/machine/nslu2.conf
@@ -9,6 +9,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
KERNEL_CONSOLE = "ttyS0,115200n8"
USE_VT = "0"
CMDLINE_ROOT = "root=/dev/mtdblock4 rw rootfstype=jffs2 mem=32M@0x00000000 init=/linuxrc"
-IXP4XX_SUFFIX = "nslu2${BYTE_SEX_CHAR}"
+IXP4XX_SUFFIX = "${MACHINE}${BYTE_SEX_CHAR}"
IXP4XX_MACHID = "597"
IXP4XX_LEFIXUP = "1"