0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-15 10:28:20 +00:00

busybox: drop VIM3 workaround from ledfix

This commit is contained in:
Christian Hewitt
2020-12-03 07:35:48 +00:00
parent 7c9365ae35
commit f55929632e

@ -14,10 +14,3 @@ case $(dtsoc) in
done
;;
esac
# add device-specific led handling here
case $(dtname) in
khadas,vim3*)
echo "255" > /sys/devices/platform/leds/leds/vim3\:red/brightness
;;
esac