summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-30 11:11:24 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-30 11:11:24 -0500
commit0675606344755ff29977e79c7f8309ce2ad4917a (patch)
tree4ac4cad9c6cdb58d14ce9cabbf3915d386c13a5d /target
parentbb56a016f356d46915b45fde0aa7eb95f8eb14c7 (diff)
make kernel quiet on test appliance
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug
index 181088cc4..0680c06fb 100644
--- a/target/linux/config/Config.in.debug
+++ b/target/linux/config/Config.in.debug
@@ -36,7 +36,7 @@ config ADK_KERNEL_KALLSYMS_ALL
config ADK_KERNEL_PRINTK
bool "printk support (disable to save space and quieten bootup)"
select ADK_KERNEL_EARLY_PRINTK
- default y
+ default y if !ADK_APPLIANCE_TEST
help
Disable printk to save space and quieten bootup.