aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/APKBUILD
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-01-12 11:13:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-01-12 11:56:46 +0000
commit85f2d52e7454c362361eb2709afe2c014652d8dc (patch)
tree9a5bc52f1975894f3f8d1ad18ae3fab059326fca /main/linux-grsec/APKBUILD
parent50229ecc63b26f50545b1217efa05a64afab74af (diff)
downloadaports-85f2d52e7454c362361eb2709afe2c014652d8dc.tar.bz2
aports-85f2d52e7454c362361eb2709afe2c014652d8dc.tar.xz
main/linux-grsec: enable CONFIG_ZRAM_LZ4_COMPRESS
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r--main/linux-grsec/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index c03fe852c9..a43f8e2680 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -7,7 +7,7 @@ case $pkgver in
*.*.*) _kernver=${pkgver%.*};;
*.*) _kernver=${pkgver};;
esac
-pkgrel=3
+pkgrel=4
pkgdesc="Linux kernel with grsecurity"
url=http://grsecurity.net
depends="mkinitfs"