Add DKMS Support

This commit is contained in:
Rin Cat 2018-11-23 16:29:35 -05:00
parent aae57d0dc5
commit c17d649d98

7
dkms.conf Normal file
View File

@ -0,0 +1,7 @@
PACKAGE_NAME="rtl88x2bu"
PACKAGE_VERSION="@PKGVER@"
MAKE[0]="make --uname_r=$kernelver"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="88x2bu"
DEST_MODULE_LOCATION[0]="/kernel/drivers/net"
AUTOINSTALL="yes"