From: John Bowler Date: Sun, 29 Jan 2006 10:26:42 +0000 (+0000) Subject: ixp4xx-kernel: add rw back to nslu2 and nas100d command lines in 2.6.15.1 X-Git-Tag: Release-2010-05/1~9453^2~2520 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b537f5cfc44033abbc1f4ad9628d1aefafe9c08;p=openembedded.git 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 --- 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 + * 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; + 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 + * 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; + diff --git a/packages/linux/ixp4xx-kernel_2.6.15.1.bb b/packages/linux/ixp4xx-kernel_2.6.15.1.bb index 697988a684..f7b919052b 100644 --- a/packages/linux/ixp4xx-kernel_2.6.15.1.bb +++ b/packages/linux/ixp4xx-kernel_2.6.15.1.bb @@ -8,7 +8,7 @@ PR_CONFIG = "0" # 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