diff --git a/raspi-config b/raspi-config index 1c51dc8..cb4d73a 100755 --- a/raspi-config +++ b/raspi-config @@ -1107,7 +1107,7 @@ do_gldriver() { whiptail --msgbox "GL driver cannot be used on Pi 1 or Pi 0" 20 60 2 return 1 fi - if [ ! -e /boot/overlays/vc4-kms-v3d-overlay.dtb ]; then + if [ ! -e /boot/overlays/vc4-kms-v3d.dtbo ]; then whiptail --msgbox "Driver and kernel not present on your system. Please update" 20 60 2 return 1 fi