diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-03 00:46:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-03 00:46:47 +0000 |
commit | beb8fd20e9340cabc8127206db207b0d95fff825 (patch) | |
tree | 70a74409f4160177de744514254dd066499868d6 /openwrt/target/linux/linux-2.4 | |
parent | 86c8701b58793e1d17221f216b2f4fc46d2d94f9 (diff) |
change kernel_args to kernel_cmdline for kernel command line override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1321 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.4')
-rw-r--r-- | openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 80145c9493..055a3dc6ed 100644 --- 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 */ -+ 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)); + |