mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
Merge pull request #249 from bradguru2/master
fix dkms.conf so that it actually works
This commit is contained in:
commit
277e396099
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
||||||
PACKAGE_NAME="8188eu"
|
PACKAGE_NAME="8188eu"
|
||||||
PACKAGE_VERSION="1.0"
|
PACKAGE_VERSION="1.0"
|
||||||
BUILT_MODULE_NAME="8188eu"
|
BUILT_MODULE_NAME[0]="8188eu"
|
||||||
DEST_MODULE_LOCATION="/kernel/drivers/net/wireless/"
|
DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless/"
|
||||||
REMAKE_INITRD="yes"
|
|
||||||
AUTOINSTALL="yes"
|
AUTOINSTALL="yes"
|
||||||
MAKE="'make' all KVER=${kernelver}"
|
MAKE[0]="'make' all KVER=${kernelver}"
|
||||||
MAKE="'make' all"
|
|
||||||
CLEAN="'make' clean"
|
CLEAN="'make' clean"
|
||||||
|
|
Loading…
Reference in a new issue