blob: 41836c3272ef7aaec537305e08c7300cca007521 (
plain)
1
2
3
4
5
6
7
8
|
#@TYPE: Machine
#@NAME: Iomega NAS 100d
#@DESCRIPTION: Machine configuration for the Iomega NAS 100d product
include conf/machine/include/ixp4xx.conf
# TEMPORARY: fixup the command line for nas100d builds
CMDLINE_ROOT = "root=/dev/mtdblock2 rw rootfstype=jffs2 mem=64M@0x00000000 init=/linuxrc"
|