summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel/2.6.15/94-nas100d-setup.patch
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-29 10:26:42 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-29 10:26:42 +0000
commit1b537f5cfc44033abbc1f4ad9628d1aefafe9c08 (patch)
tree37593913c5125e25183a9e95f6bc54fb998e7ba1 /packages/linux/ixp4xx-kernel/2.6.15/94-nas100d-setup.patch
parente686bf72e45e94cb877c5eac02ddb43cb90868fd (diff)
ixp4xx-kernel: add rw back to nslu2 and nas100d command lines in 2.6.15.1
- on these two platforms the JFFS2 boots ro without the rw option
Diffstat (limited to 'packages/linux/ixp4xx-kernel/2.6.15/94-nas100d-setup.patch')
-rw-r--r--packages/linux/ixp4xx-kernel/2.6.15/94-nas100d-setup.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.15/94-nas100d-setup.patch b/packages/linux/ixp4xx-kernel/2.6.15/94-nas100d-setup.patch
index e451619aa1..adf20823f8 100644
--- a/packages/linux/ixp4xx-kernel/2.6.15/94-nas100d-setup.patch
+++ b/packages/linux/ixp4xx-kernel/2.6.15/94-nas100d-setup.patch
@@ -37,7 +37,7 @@ Signed-off-by: John Bowler <jbowler@acm.org>
+ * 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;
+