From: Sophie Brun Date: Tue, 21 Feb 2023 14:49:29 +0100 Subject: Add Linux 6.1 build support Origin: https://github.com/aircrack-ng/rtl8188eus/pull/226 Forwarded: not-needed --- dkms.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/dkms.conf b/dkms.conf index 2c60a99..d1d1dc8 100644 --- a/dkms.conf +++ b/dkms.conf @@ -7,4 +7,3 @@ PROCS_NUM=`nproc` DEST_MODULE_LOCATION[0]="/updates" MAKE="'make' -j$PROCS_NUM KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build" AUTOINSTALL="yes" -REMAKE_INITRD=no