diff options
Diffstat (limited to 'conf/machine/nslu2.conf')
-rw-r--r-- | conf/machine/nslu2.conf | 2 |
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" |