mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-12-26 18:58:20 +01:00
add kernel modules to the initramfs
This commit is contained in:
parent
4c42c6d31d
commit
985a0bed60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user