mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 16:03:13 +00:00
change kernel_args to kernel_cmdline for kernel command line override
SVN-Revision: 1321
This commit is contained in:
parent
8514e59f1f
commit
6526ac63f0
@ -12143,7 +12143,7 @@ diff -Nur linux-2.4.30/arch/mips/bcm947xx/setup.c linux-2.4.30-brcm/arch/mips/bc
|
|||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
+ /* Override default command line arguments */
|
+ /* Override default command line arguments */
|
||||||
+ value = nvram_get("kernel_args");
|
+ value = nvram_get("kernel_cmdline");
|
||||||
+ if (value && strlen(value) && strncmp(value, "empty", 5))
|
+ if (value && strlen(value) && strncmp(value, "empty", 5))
|
||||||
+ strncpy(arcs_cmdline, value, sizeof(arcs_cmdline));
|
+ strncpy(arcs_cmdline, value, sizeof(arcs_cmdline));
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user