batman-adv: fix dkms build for kernels which aren't the booted one.
This commit is contained in:
parent
3bdf9b4049
commit
ee2d35eeae
@ -2,7 +2,7 @@ PACKAGE_VERSION=2014.4.0
|
||||
PACKAGE_NAME="batman-adv"
|
||||
AUTOINSTALL="yes"
|
||||
|
||||
MAKE="make KVER=${kernelver}"
|
||||
MAKE="make KERNELPATH=/lib/modules/${kernelver}/build"
|
||||
CLEAN="make clean"
|
||||
|
||||
BUILT_MODULE_NAME[0]="batman-adv"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'batman-adv14'
|
||||
pkgname=batman-adv
|
||||
version=2014.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="B.A.T.M.A.N. routing protocol kernel module"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="GPL-2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user