diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2016-01-12 11:13:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-12 11:56:46 +0000 |
commit | 85f2d52e7454c362361eb2709afe2c014652d8dc (patch) | |
tree | 9a5bc52f1975894f3f8d1ad18ae3fab059326fca /main/linux-grsec/APKBUILD | |
parent | 50229ecc63b26f50545b1217efa05a64afab74af (diff) | |
download | aports-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/APKBUILD | 2 |
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" |