diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2012-12-05 14:53:33 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-12-05 14:53:33 +0100 |
commit | 6e8cdcf09c03eb6ad2191b5dd93caaa2fc65eb11 (patch) | |
tree | 3e5e7a42092a445d654415142590ba15225e6de6 /main/linux-grsec/APKBUILD | |
parent | 98a4d550920704cf79e621714053157926dd3f52 (diff) | |
download | aports-6e8cdcf09c03eb6ad2191b5dd93caaa2fc65eb11.tar.bz2 aports-6e8cdcf09c03eb6ad2191b5dd93caaa2fc65eb11.tar.xz |
main/linux-grsec: enable additional HID support
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 7d7453f728..b3e60051e5 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.6.9 _kernver=3.6 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" |