projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move linux/switch.h to generic files/ instead of the kernel version specific directories
[openwrt.git]
/
target
/
linux
/
au1000
/
patches
/
012-mtx1_cmdline.patch
diff --git
a/target/linux/au1000/patches/012-mtx1_cmdline.patch
b/target/linux/au1000/patches/012-mtx1_cmdline.patch
index
2ac4dd5
..
a41ee6f
100644
(file)
--- a/
target/linux/au1000/patches/012-mtx1_cmdline.patch
+++ b/
target/linux/au1000/patches/012-mtx1_cmdline.patch
@@
-1,7
+1,5
@@
-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
+--- 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;
@@ -54,7 +54,7 @@ void __init prom_init(void)
prom_argv = (char **) fw_arg1;
prom_envp = (char **) fw_arg2;
This page took
0.019704 seconds
and
4
git commands to generate.