diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-03 00:46:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-03 00:46:47 +0000 |
commit | 6526ac63f07018b6335837586bc486d3ebf66a44 (patch) | |
tree | 70a74409f4160177de744514254dd066499868d6 /openwrt | |
parent | 8514e59f1f0960abc9ff8c4b54564d8c5687dae2 (diff) | |
download | mtk-20170518-6526ac63f07018b6335837586bc486d3ebf66a44.zip mtk-20170518-6526ac63f07018b6335837586bc486d3ebf66a44.tar.gz mtk-20170518-6526ac63f07018b6335837586bc486d3ebf66a44.tar.bz2 |
change kernel_args to kernel_cmdline for kernel command line override
SVN-Revision: 1321
Diffstat (limited to 'openwrt')
-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 80145c9..055a3dc 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)); + |