From: Jonas Gorski Date: Sun, 30 Aug 2015 12:18:00 +0000 (+0000) Subject: brcm63xx: disable the openwrt commandline hack X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=09609b4e44df9bdd85ed2a1b043a6900825ccaeb;p=openwrt%2Fstaging%2Fyousong.git brcm63xx: disable the openwrt commandline hack We don't make use of it, so no need to have it enabled. Signed-off-by: Jonas Gorski SVN-Revision: 46757 --- diff --git a/target/linux/brcm63xx/config-3.18 b/target/linux/brcm63xx/config-3.18 index 0d7a5c7a9b..b72080bd79 100644 --- a/target/linux/brcm63xx/config-3.18 +++ b/target/linux/brcm63xx/config-3.18 @@ -123,7 +123,6 @@ CONFIG_HZ=250 # CONFIG_HZ_100 is not set CONFIG_HZ_250=y CONFIG_HZ_PERIODIC=y -CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y diff --git a/target/linux/brcm63xx/config-4.1 b/target/linux/brcm63xx/config-4.1 index 2f80127314..d61b6e6d01 100644 --- a/target/linux/brcm63xx/config-4.1 +++ b/target/linux/brcm63xx/config-4.1 @@ -128,7 +128,6 @@ CONFIG_HZ=250 # CONFIG_HZ_100 is not set CONFIG_HZ_250=y CONFIG_HZ_PERIODIC=y -CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y