mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-22 02:01:55 +00:00
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.
8 lines
241 B
Plaintext
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"
|