Overlay file name changed for GL driver.

This commit is contained in:
Simon Long 2016-05-06 18:07:03 +00:00 committed by Serge Schneider
parent 3e2a73012b
commit 4b4ed9b91f

View File

@ -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