From b36ce523ba1b02d7d39f142c1bf22b21adfb4edb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 3 May 2012 13:01:43 +0200 Subject: [PATCH] busybox: cleanup not more needed framebuffer stuff Signed-off-by: Stephan Raue --- packages/sysutils/busybox/scripts/init | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init index 72bb30ea20..16993efbc5 100755 --- a/packages/sysutils/busybox/scripts/init +++ b/packages/sysutils/busybox/scripts/init @@ -26,18 +26,6 @@ fi . /etc/profile -# clear screen and set console - clear - export CONSOLE=/dev/tty3 - -# starting framebuffer if it still not exist - if [ ! -e /dev/fb0 -a ! "$SPLASH" = "no" ]; then - modprobe uvesafb mode_option=1920x1080-32 mtrr=3 scroll=ywrap - fi - -# disable cursor - echo 0 > /sys/devices/virtual/graphics/fbcon/cursor_blink - # starting init scripts for wanted runlevel progress "Starting Init Scripts" RET=0