ixp4xx-kernel: unbreak nas100d build in 2.6.15
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 16 Jan 2006 01:34:11 +0000 (01:34 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 16 Jan 2006 01:34:11 +0000 (01:34 +0000)
 - temporarily put the CMDLINE_ROOT back in to the conf file so that
   nas100d kernels keep on working

conf/machine/nas100d.conf

index 29a3b04..41836c3 100644 (file)
@@ -3,3 +3,6 @@
 #@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"