batman-adv14: fix dkms build for kernels which aren't the booted one.
This commit is contained in:
parent
ee2d35eeae
commit
6cc4053fcd
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ PACKAGE_VERSION=2013.4.0
|
||||||
PACKAGE_NAME="batman-adv14"
|
PACKAGE_NAME="batman-adv14"
|
||||||
AUTOINSTALL="yes"
|
AUTOINSTALL="yes"
|
||||||
|
|
||||||
MAKE="make KVER=${kernelver}"
|
MAKE="make KERNELPATH=/lib/modules/${kernelver}/build"
|
||||||
CLEAN="make clean"
|
CLEAN="make clean"
|
||||||
|
|
||||||
BUILT_MODULE_NAME[0]="batman-adv"
|
BUILT_MODULE_NAME[0]="batman-adv"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'batman-adv14'
|
# Template file for 'batman-adv14'
|
||||||
pkgname=batman-adv14
|
pkgname=batman-adv14
|
||||||
version=2013.4.0
|
version=2013.4.0
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="B.A.T.M.A.N. routing protocol kernel module (protocol version 14)"
|
short_desc="B.A.T.M.A.N. routing protocol kernel module (protocol version 14)"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue