projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[rb532] refresh 2.6.32 patches
[openwrt.git]
/
target
/
linux
/
rb532
/
patches-2.6.32
/
001-cmdline_hack.patch
diff --git
a/target/linux/rb532/patches-2.6.32/001-cmdline_hack.patch
b/target/linux/rb532/patches-2.6.32/001-cmdline_hack.patch
index
246e502
..
82a324c
100644
(file)
--- a/
target/linux/rb532/patches-2.6.32/001-cmdline_hack.patch
+++ b/
target/linux/rb532/patches-2.6.32/001-cmdline_hack.patch
@@
-7,7
+7,7
@@
+extern char __image_cmdline[];
void __init prom_setup_cmdline(void)
{
-
char cmd_line[CL_SIZE]
;
+
static char cmd_line[CL_SIZE] __initdata
;
@@ -109,6 +110,9 @@ void __init prom_setup_cmdline(void)
}
*(cp++) = ' ';
This page took
0.025882 seconds
and
4
git commands to generate.