- on these two platforms the JFFS2 boots ro without the rw option
+ * to be reset to 0 (on the first mem=)
+ */
+static char nas100d_command_line[] __initdata =
-+ "root=/dev/mtdblock2 rootfstype=jffs2 init=/linuxrc "
++ "root=/dev/mtdblock2 rw rootfstype=jffs2 init=/linuxrc "
+ "pcf8563.hctosys=1 "
+ CONFIG_CMDLINE;
+
+ * to be reset to 0 (on the first mem=)
+ */
+static char nslu2_command_line[] __initdata =
-+ "root=/dev/mtdblock4 rootfstype=jffs2 init=/linuxrc "
++ "root=/dev/mtdblock4 rw rootfstype=jffs2 init=/linuxrc "
+ "rtc-x1205.probe=0,0x6f "
+ CONFIG_CMDLINE;
+
# Increment the number below (i.e. the digits after PR) when
# making changes within this file or for changes to the patches
# applied to the kernel.
-PR = "r16.${PR_CONFIG}"
+PR = "r17.${PR_CONFIG}"
include ixp4xx-kernel.inc