diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-30 12:17:57 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-30 12:17:57 +0000 |
commit | f5601a97a212890cd47c28b95912bc61a176796a (patch) | |
tree | 9f2843a3c12fcfd19e9e16f021e2d7840397d8c6 | |
parent | 22d707ecd8e3d87b1021a6dd9181b6001eaa0f65 (diff) | |
download | master-31e0f0ae-f5601a97a212890cd47c28b95912bc61a176796a.tar.gz master-31e0f0ae-f5601a97a212890cd47c28b95912bc61a176796a.tar.bz2 master-31e0f0ae-f5601a97a212890cd47c28b95912bc61a176796a.zip |
brcm47xx: disable the openwrt commandline hack
We don't make use of it, so no need to have it enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46756
-rw-r--r-- | target/linux/brcm47xx/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/brcm47xx/config-4.1 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/config-3.18 b/target/linux/brcm47xx/config-3.18 index 1703c36d78..642f9ab816 100644 --- a/target/linux/brcm47xx/config-3.18 +++ b/target/linux/brcm47xx/config-3.18 @@ -104,7 +104,6 @@ CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=y CONFIG_HZ_PERIODIC=y -CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQ_CPU=y CONFIG_IRQ_DOMAIN=y diff --git a/target/linux/brcm47xx/config-4.1 b/target/linux/brcm47xx/config-4.1 index f601824e3f..bae7013818 100644 --- a/target/linux/brcm47xx/config-4.1 +++ b/target/linux/brcm47xx/config-4.1 @@ -109,7 +109,6 @@ CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=y CONFIG_HZ_PERIODIC=y -CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQ_CPU=y CONFIG_IRQ_DOMAIN=y |