diff options
Diffstat (limited to 'packages/linux/ixp4xx-kernel/2.6.15/94-nslu2-setup.patch')
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.15/94-nslu2-setup.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.15/94-nslu2-setup.patch b/packages/linux/ixp4xx-kernel/2.6.15/94-nslu2-setup.patch index 9f76499ef3..3443e76ebd 100644 --- a/packages/linux/ixp4xx-kernel/2.6.15/94-nslu2-setup.patch +++ b/packages/linux/ixp4xx-kernel/2.6.15/94-nslu2-setup.patch @@ -39,7 +39,7 @@ Signed-off-by: John Bowler <jbowler@acm.org> + * 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; + |