mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +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_VERSION="1.0"
|
||||
BUILT_MODULE_NAME="8188eu"
|
||||
DEST_MODULE_LOCATION="/kernel/drivers/net/wireless/"
|
||||
REMAKE_INITRD="yes"
|
||||
BUILT_MODULE_NAME[0]="8188eu"
|
||||
DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless/"
|
||||
AUTOINSTALL="yes"
|
||||
MAKE="'make' all KVER=${kernelver}"
|
||||
MAKE="'make' all"
|
||||
MAKE[0]="'make' all KVER=${kernelver}"
|
||||
CLEAN="'make' clean"
|
||||
|
|
Loading…
Reference in a new issue