From 59dce80f4295da504be4e2c877f5a08c91cda3a1 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Fri, 17 May 2024 14:14:01 -0600 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..b89165e 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 +echo > debian.*/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..3173681 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 +echo > debian.*/dkms-versions # Remove ZFS - adjusting to each release rm debian/scripts/dkms-build-configure--zfs