mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
busybox: drop uvesafb module handling in init
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
9e9657981a
commit
7f52096b6d
@ -374,12 +374,6 @@ load_splash() {
|
||||
if [ ! "$SPLASH" = "no" ]; then
|
||||
progress "Loading bootsplash"
|
||||
|
||||
# load uvesafb module if needed
|
||||
if [ -f "$MODULE_DIR/uvesafb.ko" -a ! -e /dev/fb0 ]; then
|
||||
progress "Loading kernel module uvesafb.ko"
|
||||
insmod "$MODULE_DIR/uvesafb.ko" && set_default_res=yes || progress "... Failed to load kernel module uvesafb, skipping"
|
||||
fi
|
||||
|
||||
if [ -e /dev/fb0 ]; then
|
||||
# Set framebuffer to a custom resolution and/or fallback to default resolution (1024x768-32), if required.
|
||||
if [ ! "$SWITCH_FRAMEBUFFER" = "no" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user