##// END OF EJS Templates
a
Unknown -
r552:a57204c6c590
parent child
Show More
@@ -488,7 +488,7 if [ "$BUILD_KERNEL" = true ] ; then
488 488
489 489 # Copy compiled dtb device tree files
490 490 if [ -d "${KERNEL_DIR}/arch/${KERNEL_ARCH}/boot/dts/overlays" ] ; then
491 for dtb in "${KERNEL_DIR}/arch/${KERNEL_ARCH}/boot/dts/overlays/"*.dtb ; do
491 for dtb in "${KERNEL_DIR}/arch/${KERNEL_ARCH}/boot/dts/overlays/"*.dtbo ; do
492 492 if [ -f "${dtb}" ] ; then
493 493 install_readonly "${dtb}" "${BOOT_DIR}/overlays/"
494 494 fi
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant