mirror of https://github.com/armbian/build.git
Add missing firmware files
This commit is contained in:
parent
a160029eb0
commit
ad3fa9fd35
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue