소스 검색

make kernel quiet on test appliance

Waldemar Brodkorb 9 년 전
부모
커밋
0675606344
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/linux/config/Config.in.debug

+ 1 - 1
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.