projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
au1000
/
patches
/
012-mtx1_cmdline.patch
1
--- a/arch/mips/au1000/mtx-1/init.c
2
+++ b/arch/mips/au1000/mtx-1/init.c
3
@@ -54,7 +54,7 @@
4
prom_argv = (char **) fw_arg1;
5
prom_envp = (char **) fw_arg2;
6
7
- prom_init_cmdline();
8
+ strcpy(arcs_cmdline, CONFIG_CMDLINE);
9
10
memsize_str = prom_getenv("memsize");
11
if (!memsize_str)
This page took
0.039444 seconds
and
5
git commands to generate.