Add dkms support

This commit is contained in:
ivanovborislav 2022-11-22 09:51:16 +02:00 committed by GitHub
parent e49f8d1804
commit 46c414e40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
dkms.conf Normal file
View File

@ -0,0 +1,7 @@
PACKAGE_NAME="rtl8188eu"
PACKAGE_VERSION="5.13.3"
MAKE[0]="'make' -j$(nproc) KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"
CLEAN="'make' clean"
BUILT_MODULE_NAME[0]="8188eu"
DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless"
AUTOINSTALL="yes"