diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-03-13 09:48:42 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-13 13:33:50 +0100 |
commit | ddf577b0b2dce268de7e40697202bde62d070996 (patch) | |
tree | 434dc88a25cf655d16e6cd82aaf9f3b92e90b62b /target | |
parent | 0d6494daf5cc7192f80c8a6af0aa5e1665ac07f2 (diff) | |
download | upstream-ddf577b0b2dce268de7e40697202bde62d070996.tar.gz upstream-ddf577b0b2dce268de7e40697202bde62d070996.tar.bz2 upstream-ddf577b0b2dce268de7e40697202bde62d070996.zip |
ipq806x: enable cmdline mangle on 4.9 (like on 4.4)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq806x/config-4.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/config-4.9 b/target/linux/ipq806x/config-4.9 index 798f5a6771..cef8c33529 100644 --- a/target/linux/ipq806x/config-4.9 +++ b/target/linux/ipq806x/config-4.9 @@ -38,8 +38,8 @@ CONFIG_ARM_ARCH_TIMER=y CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y CONFIG_ARM_ATAG_DTB_COMPAT=y # CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set -CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y -# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_MANGLE is not set +# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER is not set +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_MANGLE=y CONFIG_ARM_CPU_SUSPEND=y # CONFIG_ARM_CPU_TOPOLOGY is not set CONFIG_ARM_GIC=y |