blob: a20e8b73a961063e63ca094ffa15ad2abdb4e458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#@TYPE: Machine
#@NAME: Linksys NSLU2
#@DESCRIPTION: Machine configuration for the Linksys NSLU2 product
include conf/machine/include/ixp4xx.conf
# The correct settings for the NSLU2 board:
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 = "${MACHINE}${BYTE_SEX_CHAR}"
IXP4XX_MACHID = "597"
IXP4XX_LEFIXUP = "1"
|