diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 14:50:30 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 14:50:47 -0500 |
commit | 12be7eb56ee79cdb8d23129a8e116baacd962306 (patch) | |
tree | eebec3ef2296aa2b058b3d2cbddd3822500a8027 /target/config | |
parent | 314dc36bc749df4481bf53caa85a1878a27453c8 (diff) |
remove kodi specific stuff from console handling
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 2e33623c3..0fc9b5429 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -122,8 +122,7 @@ endchoice choice prompt "bootup messages from initscripts" -default ADK_RUNTIME_VERBOSE_INIT_VGA if ADK_TARGET_WITH_VGA \ - && !ADK_APPLIANCE_KODI +default ADK_RUNTIME_VERBOSE_INIT_VGA if ADK_TARGET_WITH_VGA default ADK_RUNTIME_VERBOSE_INIT_SERIAL config ADK_RUNTIME_VERBOSE_INIT_VGA @@ -168,8 +167,7 @@ endchoice config ADK_RUNTIME_GETTY_VGA bool "start getty on VGA console (tty1-tty6)" - depends on ADK_RUNTIME_GETTY && ADK_TARGET_WITH_VGA \ - && !ADK_APPLIANCE_KODI + depends on ADK_RUNTIME_GETTY && ADK_TARGET_WITH_VGA default y if ADK_TARGET_QEMU_WITH_GRAPHIC_ONLY default y if ADK_TARGET_QEMU_WITH_GRAPHIC default y if ADK_TARGET_SYSTEM_RASPBERRY_PI |