projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enabled MTD (with block device emulation) and JFFS2
[openwrt.git]
/
openwrt
/
target
/
linux
/
linux-2.4
/
patches
/
brcm
/
001-bcm47xx.patch
diff --git
a/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
b/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
index
80145c9
..
055a3dc
100644
(file)
--- a/
openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
+++ b/
openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
@@
-12143,7
+12143,7
@@
diff -Nur linux-2.4.30/arch/mips/bcm947xx/setup.c linux-2.4.30-brcm/arch/mips/bc
+#endif
+
+ /* Override default command line arguments */
+#endif
+
+ /* Override default command line arguments */
-+ value = nvram_get("kernel_
args
");
++ value = nvram_get("kernel_
cmdline
");
+ if (value && strlen(value) && strncmp(value, "empty", 5))
+ strncpy(arcs_cmdline, value, sizeof(arcs_cmdline));
+
+ if (value && strlen(value) && strncmp(value, "empty", 5))
+ strncpy(arcs_cmdline, value, sizeof(arcs_cmdline));
+
This page took
0.030355 seconds
and
4
git commands to generate.