mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add missing firmware files
This commit is contained in:
@@ -181,6 +181,12 @@ function post_family_tweaks_bsp__add_hooks_to_move_kernel_initrd_and_dtb() {
|
||||
run_host_command_logged chmod a+x "${destination}"/etc/initramfs/post-update.d/zzz-update-initramfs
|
||||
}
|
||||
|
||||
function post_family_tweaks_bsp__rpi_firmware() {
|
||||
display_alert "$BOARD" "Installing firmware" "info"
|
||||
git clone https://github.com/pyavitz/firmware.git --depth=1 -q "${destination}"/lib/firmware/updates/brcm
|
||||
rm -fdr "${destination}"/lib/firmware/updates/brcm/{.git,README.md}
|
||||
}
|
||||
|
||||
function post_family_tweaks_bsp__add_x11_config() {
|
||||
display_alert "rpi5b" "Adding X11 configuration" "info"
|
||||
run_host_command_logged mkdir -p "${destination}"/etc/X11/xorg.conf.d/
|
||||
|
||||
Reference in New Issue
Block a user