diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2017-12-20 19:55:16 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-12-23 14:24:40 +0100 |
commit | cb2c0649ee85f4247a112031bdab822bb4d98ff6 (patch) | |
tree | 3e86a51e83b3e8ceee4a2c3d05ef62e6dbae8d1b /target/linux | |
parent | 0fca474e70b29756f036d2b64b3f7edbd17fb213 (diff) | |
download | upstream-cb2c0649ee85f4247a112031bdab822bb4d98ff6.tar.gz upstream-cb2c0649ee85f4247a112031bdab822bb4d98ff6.tar.bz2 upstream-cb2c0649ee85f4247a112031bdab822bb4d98ff6.zip |
kernel: move console loglevel to generic
Move CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 to generic, to make it consistent
across all targets.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-4.14 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-4.14 | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 3c6d6c4aa8..546d689f99 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -809,6 +809,7 @@ CONFIG_CMDLINE="" # CONFIG_COMPILE_TEST is not set # CONFIG_CONFIGFS_FS is not set # CONFIG_CONNECTOR is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 CONFIG_CONSTRUCTORS=y # CONFIG_CONTEXT_SWITCH_TRACER is not set # CONFIG_COPS is not set diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14 index 05af598905..1f9bfd72a5 100644 --- a/target/linux/x86/config-4.14 +++ b/target/linux/x86/config-4.14 @@ -72,7 +72,6 @@ CONFIG_CLONE_BACKWARDS=y CONFIG_COMMON_CLK=y CONFIG_COMPAT_32=y # CONFIG_COMPAT_VDSO is not set -CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 CONFIG_CONSOLE_TRANSLATIONS=y # CONFIG_CPU5_WDT is not set CONFIG_CPU_FREQ=y |