瀏覽代碼

gemini: splash banner on framebuffer console

The D-Link DIR-685 has a small screen with a framebuffer
console, so if we have this, when we start, display the
banner on this framebuffer console so the user know they
are running OpenWRT as root filesystem.

Signed-off-by: Linus Walleij <[email protected]>
Linus Walleij 4 年之前
父節點
當前提交
4293fc32b7
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      target/linux/gemini/base-files/etc/board.d/03_splash

+ 9 - 0
target/linux/gemini/base-files/etc/board.d/03_splash

@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-only
+# OpenWRT splash screen if using framebuffer console
+
+if [ ! -d /sys/class/graphics/fbcon ] ; then
+	exit 0
+fi
+
+echo 0 > /sys/class/graphics/fbcon/cursor_blink
+cat /etc/banner > /dev/tty0