From 98b18f0ac72a31c19ed8e68d4e61c6a8ebf91b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Sat, 18 May 2024 06:58:32 +0000 Subject: [PATCH] linux{,hwe-6.5}: fix disable dkms modules with external sources. --- helpers/make-linux | 4 ++-- helpers/make-linux-hwe-6.5 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helpers/make-linux b/helpers/make-linux index 99ebf60..bb153b2 100644 --- a/helpers/make-linux +++ b/helpers/make-linux @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=28 +VERSION=29 HWEKR=5.15 # DI_ENABLED = 1 enables udeb build, 0 or any other value disables them. @@ -159,7 +159,7 @@ done # Wipe dkms-versions # lists zfs / v4l2loopback versions -echo > debian/dkms-versions +truncate -s 0 $(find -name dkms-versions) # Remove ZFS - adjusting to each release rm debian/scripts/dkms-build-configure--zfs diff --git a/helpers/make-linux-hwe-6.5 b/helpers/make-linux-hwe-6.5 index 41183c3..b2af75a 100644 --- a/helpers/make-linux-hwe-6.5 +++ b/helpers/make-linux-hwe-6.5 @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=28 +VERSION=29 HWEKR=6.5 # DI_ENABLED = 1 enables udeb build, 0 or any other value disables them. @@ -159,7 +159,7 @@ done # Wipe dkms-versions # lists zfs / v4l2loopback versions -echo > debian/dkms-versions +truncate -s 0 $(find -name dkms-versions) # Remove ZFS - adjusting to each release rm debian/scripts/dkms-build-configure--zfs