diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-07 08:07:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-07 08:10:44 +0000 |
commit | 7946021651584ae07919f4d3623be9a35e1bb101 (patch) | |
tree | 12c20bd73f06e9de755fb925cc8b99a5da2749b7 /testing/wanpipe-grsec | |
parent | 15d574fdec822e7620e98a89bcf2061af7378fab (diff) | |
download | aports-7946021651584ae07919f4d3623be9a35e1bb101.tar.bz2 aports-7946021651584ae07919f4d3623be9a35e1bb101.tar.xz |
main/wanpipe-grsec: rebuild against kernel 3.6.6-r1
Diffstat (limited to 'testing/wanpipe-grsec')
-rw-r--r-- | testing/wanpipe-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wanpipe-grsec/APKBUILD b/testing/wanpipe-grsec/APKBUILD index d5a56126c..2302cfc6d 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -5,7 +5,7 @@ _name=$_realname-$_flavor _kpkg=linux-$_flavor _kver=3.6.6 -_kpkgrel=0 +_kpkgrel=1 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |