1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
985a0bed60 add kernel modules to the initramfs 2023-08-01 15:27:18 +02:00

View File

@ -120,6 +120,9 @@ else
fi
fi
# active the back light
echo 0 > /sys/class/backlight/backlight/bl_power
# Load and run modules
for m in $MODULES_DIR/*; do
# Skip backup files