aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-12-04 14:48:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-12-04 14:48:54 +0000
commit7d19cf119af2b7cef089b8906134d018ec4b9628 (patch)
tree4dfd42dac0ad81981c14cc2ec96222a8c8beb105 /target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
parent81beea29251b604a5ca842a0698348c15758a22a (diff)
downloadmaster-187ad058-7d19cf119af2b7cef089b8906134d018ec4b9628.tar.gz
master-187ad058-7d19cf119af2b7cef089b8906134d018ec4b9628.tar.bz2
master-187ad058-7d19cf119af2b7cef089b8906134d018ec4b9628.zip
[au1000] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13513 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch')
-rw-r--r--target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch b/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
index a41ee6f21d..cace58d2c9 100644
--- a/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
+++ b/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
@@ -1,8 +1,8 @@
--- a/arch/mips/au1000/mtx-1/init.c
+++ b/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;
+@@ -49,7 +49,7 @@ void __init prom_init(void)
+ prom_argv = (char **)fw_arg1;
+ prom_envp = (char **)fw_arg2;
- prom_init_cmdline();
+ strcpy(arcs_cmdline, CONFIG_CMDLINE);