diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 14:21:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 14:46:23 +0000 |
commit | 01fde64f4344567aa122bef47b51eb55b975953b (patch) | |
tree | 64d4193cd9667862237843fd93c6105485153e3a /main | |
parent | 92a9a8899f89538a4097abeae6934c3ba1c500c7 (diff) | |
download | aports-01fde64f4344567aa122bef47b51eb55b975953b.tar.bz2 aports-01fde64f4344567aa122bef47b51eb55b975953b.tar.xz |
main/devicemaster-linux-grsec: disable for now
does not build with 4.1 kernel
Diffstat (limited to 'main')
-rw-r--r-- | main/devicemaster-linux-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/devicemaster-linux-grsec/APKBUILD b/main/devicemaster-linux-grsec/APKBUILD index 2f9153d0c0..d51ab912b7 100644 --- a/main/devicemaster-linux-grsec/APKBUILD +++ b/main/devicemaster-linux-grsec/APKBUILD @@ -2,8 +2,8 @@ _flavor=grsec _kpkg=linux-$_flavor -_kver=3.18.21 -_kpkgrel=1 +_kver=4.1.10 +_kpkgrel=0 _mypkgrel=0 _kpkgver="$_kver-r$_kpkgrel" @@ -17,7 +17,7 @@ _realver=7.06 pkgrel=$(( $_kpkgrel + $_mypkgrel )) pkgdesc="NS-Link Device Drivers $_realver for linux-$_flavor" url="http://www.comtrol.com/resources/product-resources-white-papers/ns-link-device-drivers" -arch="all" +arch="" license="GPL" depends="linux-${_flavor}=${_kpkgver}" makedepends="linux-${_flavor}-dev=${_kpkgver} linux-headers" |