mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-15 01:19:36 +00:00
fix DKMS: add KVER value to make command
Makefile is getting the KVER value from "uname -r" but that is not correct when building for kernels other than the running kernel. When running from DKMS we have to set KVER to ${kernelver}.
This commit is contained in:
parent
a03bf8ede5
commit
076f9e4eae
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ BUILT_MODULE_NAME="8188eu"
|
|||
DEST_MODULE_LOCATION="/kernel/drivers/net/wireless/"
|
||||
REMAKE_INITRD="yes"
|
||||
AUTOINSTALL="yes"
|
||||
MAKE="'make' all"
|
||||
MAKE="'make' KVER=${kernelver} all"
|
||||
CLEAN="'make' clean"
|
||||
|
|
Loading…
Reference in a new issue