From d74a2e47ebbbe08406c67df0f9e2d88489522b86 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 3 Jul 2005 00:46:47 +0000 Subject: change kernel_args to kernel_cmdline for kernel command line override 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') 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 80145c949..055a3dc6e 100644 --- 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)); + -- cgit v1.2.3