Parcourir la source

stop annoying blanking of kodi while playing a movie

Waldemar Brodkorb il y a 11 ans
Parent
commit
89a705fd33
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)