linux{,hwe-6.5}: fix disable dkms modules with external sources.

This commit is contained in:
Luis Guzmán 2024-05-18 06:58:32 +00:00
parent 7a9de61b49
commit 98b18f0ac7
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=28 VERSION=29
HWEKR=5.15 HWEKR=5.15
# DI_ENABLED = 1 enables udeb build, 0 or any other value disables them. # DI_ENABLED = 1 enables udeb build, 0 or any other value disables them.
@ -159,7 +159,7 @@ done
# Wipe dkms-versions # Wipe dkms-versions
# lists zfs / v4l2loopback versions # lists zfs / v4l2loopback versions
echo > debian/dkms-versions truncate -s 0 $(find -name dkms-versions)
# Remove ZFS - adjusting to each release # Remove ZFS - adjusting to each release
rm debian/scripts/dkms-build-configure--zfs rm debian/scripts/dkms-build-configure--zfs

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=28 VERSION=29
HWEKR=6.5 HWEKR=6.5
# DI_ENABLED = 1 enables udeb build, 0 or any other value disables them. # DI_ENABLED = 1 enables udeb build, 0 or any other value disables them.
@ -159,7 +159,7 @@ done
# Wipe dkms-versions # Wipe dkms-versions
# lists zfs / v4l2loopback versions # lists zfs / v4l2loopback versions
echo > debian/dkms-versions truncate -s 0 $(find -name dkms-versions)
# Remove ZFS - adjusting to each release # Remove ZFS - adjusting to each release
rm debian/scripts/dkms-build-configure--zfs rm debian/scripts/dkms-build-configure--zfs