linux (RPi): install missing overlay_map.dtb and any other *.dtb

This commit is contained in:
MilhouseVH 2020-04-24 14:38:51 +01:00
parent dcfac0e1c7
commit c67a008191

View File

@ -265,7 +265,8 @@ makeinstall_target() {
rm -f $INSTALL/usr/share/bootloader/bcm283*.dtb
# install overlay dtbs
for dtb in arch/$TARGET_KERNEL_ARCH/boot/dts/overlays/*.dtbo; do
for dtb in arch/$TARGET_KERNEL_ARCH/boot/dts/overlays/*.dtb \
arch/$TARGET_KERNEL_ARCH/boot/dts/overlays/*.dtbo; do
cp $dtb $INSTALL/usr/share/bootloader/overlays 2>/dev/null || :
done
cp -p arch/$TARGET_KERNEL_ARCH/boot/dts/overlays/README $INSTALL/usr/share/bootloader/overlays