summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-30 14:05:34 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-30 14:05:41 -0600
commit89a705fd33796d2000f7d9e3e756d1fe9d828052 (patch)
treec5e3b39fa503f98c18947176bbe3987ff79fa27f /target/Makefile
parent4efdc28752688eba2cac0ad6d843a2b049d10a5c (diff)
stop annoying blanking of kodi while playing a movie
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index e14f02398..99404d99d 100644
--- a/target/Makefile
+++ b/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)