From cefa51e73b4740bbe342478160cf173caba527be Mon Sep 17 00:00:00 2001 From: popcornmix Date: Wed, 13 Jan 2021 16:22:07 +0000 Subject: [PATCH] Check for kernel7l or kernel8 for pi4 support Latest 64-bit OS doesn't ship kernel7l --- rpi-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-update b/rpi-update index 8c19570..f47243b 100755 --- a/rpi-update +++ b/rpi-update @@ -412,7 +412,7 @@ function do_backup { } function do_update { - if [ -f ${FW_PATH}/kernel7l.img ]; then + if [ -f ${FW_PATH}/kernel7l.img ] || [ -f ${FW_PATH}/kernel8.img ]; then WANT_PI4=1 fi if [[ ${WANT_PI4} -eq 1 ]]; then