From f7a0afff315b9f8fefc60aa149d8eb48a0abef40 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Fri, 17 Nov 2023 21:29:21 +0100 Subject: [PATCH] v8.24 - DietPi-Patches | Assure that the latest kernel build with USB HID support is installed --- .update/patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.update/patches b/.update/patches index 7a705fe7bd..de5bcca3e0 100755 --- a/.update/patches +++ b/.update/patches @@ -1487,7 +1487,7 @@ Patch_8_24() then for i in quartz64{a,b} soquartz do - dpkg --compare-versions "$(dpkg-query -Wf '${Version}' "firmware-$i" 2> /dev/null)" lt-nl 6.5.11-dietpi1 || continue + dpkg --compare-versions "$(dpkg-query -Wf '${Version}' "firmware-$i" 2> /dev/null)" lt-nl 6.5.11-dietpi2 || continue G_DIETPI-NOTIFY 2 "Updating $i kernel and bootloader ..." G_EXEC_OUTPUT=1 G_EXEC curl -fo package.deb "https://dietpi.com/downloads/binaries/firmware-$i.deb" G_EXEC_OUTPUT=1 G_EXEC dpkg -i --force-confdef,confold package.deb