From 8c105051b1cafd081fce1ddcc6ecfaaf3ccbe91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Mon, 9 Oct 2023 05:26:18 +0000 Subject: [PATCH] linux-hwe-6.2: update/backport arm64 deblob match on 6.2 --- helpers/DATA/linux-hwe-6.2/deblob-check | 3 +++ helpers/make-linux-hwe-6.2 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/helpers/DATA/linux-hwe-6.2/deblob-check b/helpers/DATA/linux-hwe-6.2/deblob-check index cac8f290..2097f523 100644 --- a/helpers/DATA/linux-hwe-6.2/deblob-check +++ b/helpers/DATA/linux-hwe-6.2/deblob-check @@ -6797,6 +6797,9 @@ set_except () { # New in 6.3.3, 6.2.16, 6.1.29, 5.15.112, 5.10.180, 5.4.243, 4.19.283. blobname 'gsl1680-dexp-ursus-kx210i\.fw' drivers/platform/x86/touchscreen_dmi.c + # Trisquel 6.2 backport addition. + blobname 'qcom[/]sm6375[/]Sony[/]murray[/][ac]dsp\.mbn' arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts + ;; */*freedo*.patch | */*logo*.patch) diff --git a/helpers/make-linux-hwe-6.2 b/helpers/make-linux-hwe-6.2 index 89bed352..06ab2229 100644 --- a/helpers/make-linux-hwe-6.2 +++ b/helpers/make-linux-hwe-6.2 @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=25 +VERSION=26 HWEKR=6.2 . ./config -- GitLab