ソースを参照

stop annoying blanking of kodi while playing a movie

Waldemar Brodkorb 11 年 前
コミット
89a705fd33
1 ファイル変更1 行追加1 行削除
  1. 1 1
      target/Makefile

+ 1 - 1
target/Makefile

@@ -63,7 +63,7 @@ ifeq ($(ADK_RUNTIME_QUIET_INIT),y)
 		$(BUILD_DIR)/.kernelconfig.board
 endif
 ifeq ($(ADK_QUIET_KERNEL),y)
-	@$(SED) 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 quiet loglevel=2 vt.global_cursor_default=0"#' \
+	@$(SED) 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 quiet loglevel=2 consoleblank=0 vt.global_cursor_default=0"#' \
 		$(BUILD_DIR)/.kernelconfig.board
 endif
 ifeq ($(ADK_KERNEL_DEBUG_WITH_KGDB),y)