2
0
mirror of https://github.com/cilynx/rtl88x2bu synced 2025-08-22 02:01:55 +00:00
rtl88x2bu/dkms.conf
Max Görner d13de4e4e1 Quote make in dkms.conf
As reported in [issue 42](https://github.com/cilynx/rtl88x2bu/issues/142),
more recent versions of DKMS provide a KERNELRELEASE variable to make.
The present makefile then will not include the build targets.

Quoting `make` in dkms.conf prevents this.
2021-04-24 19:20:10 +02:00

8 lines
241 B
Plaintext

PACKAGE_NAME="rtl88x2bu"
PACKAGE_VERSION="5.8.7.1"
MAKE[0]="'make' KVER=$kernelver src=$source_tree/rtl88x2bu-$PACKAGE_VERSION"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="88x2bu"
DEST_MODULE_LOCATION[0]="/kernel/drivers/net"
AUTOINSTALL="yes"