diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-15 14:55:08 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-15 14:55:08 +0000 |
commit | efde9bfbde559812e4b040b437b611525dc015c6 (patch) | |
tree | 4bc891bcc582ffa3846e71d31b7155182fd7b839 /target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch | |
parent | da517311c01cd6c576a8dd862ae9c0e75ecdb830 (diff) |
Use 2.6.27 for au1000
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13220 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.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000000..a41ee6f21d --- /dev/null +++ b/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch @@ -0,0 +1,11 @@ +--- 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; + +- prom_init_cmdline(); ++ strcpy(arcs_cmdline, CONFIG_CMDLINE); + + memsize_str = prom_getenv("memsize"); + if (!memsize_str) |