projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5497ee8
)
change kernel_args to kernel_cmdline for kernel command line override
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Jul 2005 00:46:47 +0000
(
00:46
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Jul 2005 00:46:47 +0000
(
00:46
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1321
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
patch
|
blob
|
history
diff --git
a/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
b/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
index
80145c9
..
055a3dc
100644
(file)
--- a/
target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
+++ b/
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 */
-+ 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));
+