diff options
Diffstat (limited to 'main/devicemaster-linux-grsec')
-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" |