From 03da90ceaf7e6d90493c93f0b995a4fc3b2eddf3 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 1 Mar 2026 23:57:05 -0600 Subject: [PATCH] linux-hwe-6.17: workaround built-in modules on 6.17 --- helpers/DATA/linux-hwe-6.17/deblob-check | 2 +- helpers/DATA/linux-hwe-6.17/udeb/d-i/modules/crc-modules | 4 ++-- helpers/make-linux-hwe-6.17 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helpers/DATA/linux-hwe-6.17/deblob-check b/helpers/DATA/linux-hwe-6.17/deblob-check index 1684b87..82f0127 100644 --- a/helpers/DATA/linux-hwe-6.17/deblob-check +++ b/helpers/DATA/linux-hwe-6.17/deblob-check @@ -8270,7 +8270,7 @@ set_except () { #Trisquel changes # New in 6.16-rc. -# blobname 'qcom[/]sc8280xp[/]LENOVO[/]21BX[/]qcvss8280\.mbn' arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts + blobname 'qcom[/]sc8280xp[/]LENOVO[/]21BX[/]qcvss8280\.mbn' arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts # EOTC # Add new patterns above. diff --git a/helpers/DATA/linux-hwe-6.17/udeb/d-i/modules/crc-modules b/helpers/DATA/linux-hwe-6.17/udeb/d-i/modules/crc-modules index 9ed0717..cbdc152 100644 --- a/helpers/DATA/linux-hwe-6.17/udeb/d-i/modules/crc-modules +++ b/helpers/DATA/linux-hwe-6.17/udeb/d-i/modules/crc-modules @@ -1,6 +1,6 @@ crc-ccitt -crc32_generic -crc32c_generic +crc32_generic ? +crc32c_generic ? crc-itu-t crc16 crc7 ? diff --git a/helpers/make-linux-hwe-6.17 b/helpers/make-linux-hwe-6.17 index 8d93b75..72cc763 100644 --- a/helpers/make-linux-hwe-6.17 +++ b/helpers/make-linux-hwe-6.17 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2025 Luis Guzman +# Copyright (C) 2026 Luis Guzman # Copyright (C) 2008-2023 Ruben Rodriguez # Copyright (C) 2019 David Trudgian # @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=38.1 +VERSION=39 HWEKR=6.17 DI_ENABLED=1 HWE_ENABLED=1