Skip to content

Commit

Permalink
Merge pull request #12 from NHellFire/master
Browse files Browse the repository at this point in the history
Fix dkms config to use KVERS_UNAME instead of KVERSION
  • Loading branch information
al177 authored May 10, 2017
2 parents 8b94c83 + 6557626 commit de68358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGE_NAME="esp8089"
PACKAGE_VERSION="1.9.20160526"
CLEAN="make clean"
MAKE[0]="make KVERSION=$kernelver"
MAKE[0]="make KVERS_UNAME=$kernelver"
BUILT_MODULE_NAME[0]="esp8089"
DEST_MODULE_LOCATION="/updates"
AUTOINSTALL="yes"

0 comments on commit de68358

Please sign in to comment.