diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:34:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:34:56 +0000 |
commit | 2dea6c7d0a54349796e5f0b5d2ad29c8315caa88 (patch) | |
tree | 0f7b4ea3545be16d067d6b3f4bb87a1669c830fe /target/linux/au1000/patches/012-mtx1_cmdline.patch | |
parent | 71d81e1af7696b05e41c74466b1b6370fbcd469a (diff) | |
download | upstream-2dea6c7d0a54349796e5f0b5d2ad29c8315caa88.tar.gz upstream-2dea6c7d0a54349796e5f0b5d2ad29c8315caa88.tar.bz2 upstream-2dea6c7d0a54349796e5f0b5d2ad29c8315caa88.zip |
bump to 2.6.25.4, refresh kernel patches
SVN-Revision: 11199
Diffstat (limited to 'target/linux/au1000/patches/012-mtx1_cmdline.patch')
-rw-r--r-- | target/linux/au1000/patches/012-mtx1_cmdline.patch | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/target/linux/au1000/patches/012-mtx1_cmdline.patch b/target/linux/au1000/patches/012-mtx1_cmdline.patch index 14b8e746ec..2ac4dd5a97 100644 --- a/target/linux/au1000/patches/012-mtx1_cmdline.patch +++ b/target/linux/au1000/patches/012-mtx1_cmdline.patch @@ -1,8 +1,10 @@ ---- linux-2.6.19.2/arch/mips/au1000/mtx-1/init.c.old 2007-04-06 15:01:13.503777992 +0200 -+++ linux-2.6.19.2/arch/mips/au1000/mtx-1/init.c 2007-04-06 15:01:36.296313000 +0200 -@@ -59,7 +58,7 @@ - mips_machgroup = MACH_GROUP_ALCHEMY; - mips_machtype = MACH_MTX1; /* set the platform # */ +Index: linux-2.6.25.4/arch/mips/au1000/mtx-1/init.c +=================================================================== +--- linux-2.6.25.4.orig/arch/mips/au1000/mtx-1/init.c ++++ linux-2.6.25.4/arch/mips/au1000/mtx-1/init.c +@@ -54,7 +54,7 @@ void __init prom_init(void) + prom_argv = (char **) fw_arg1; + prom_envp = (char **) fw_arg2; - prom_init_cmdline(); + strcpy(arcs_cmdline, CONFIG_CMDLINE); |