Filename of V3d overlay corrected.

This commit is contained in:
spl 2016-01-20 13:18:11 +00:00 committed by Serge Schneider
parent 98325d051f
commit 48f83a0d94

View File

@ -947,7 +947,7 @@ set_gldriver() {
}
do_gldriver() {
if [ ! -e /boot/overlays/vc4-kms-v3d.overlay ]; then
if [ ! -e /boot/overlays/vc4-kms-v3d-overlay.dtb ]; then
whiptail --msgbox "Driver and kernel not present on your system. Please update" 20 60 2
return 1
fi