[source] kernel: move console loglevel to generic

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 23 05:24:56 PST 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/cb2c0649ee85f4247a112031bdab822bb4d98ff6

commit cb2c0649ee85f4247a112031bdab822bb4d98ff6
Author: Tomasz Maciej Nowak <tomek_n at o2.pl>
AuthorDate: Wed Dec 20 19:55:16 2017 +0100

    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 at o2.pl>
---
 target/linux/generic/config-4.14 | 1 +
 target/linux/x86/config-4.14     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index 3c6d6c4..546d689 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 05af598..1f9bfd7 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



More information about the lede-commits mailing list