diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-05 10:16:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-05 13:04:40 +0000 |
commit | 37f4552d3e27d070550dc472a85f46cd63e4630a (patch) | |
tree | e327106757ac6748c6de497e748edcfec9b4a23b /testing | |
parent | 27920a90b5e48793ed6d29e8b3775600fe024f91 (diff) | |
download | aports-37f4552d3e27d070550dc472a85f46cd63e4630a.tar.bz2 aports-37f4552d3e27d070550dc472a85f46cd63e4630a.tar.xz |
main/wanpipe-grsec: rebuild against kernel 3.6.4-r1
Diffstat (limited to 'testing')
-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 c3a68dec92..6dbac01e17 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -5,7 +5,7 @@ _name=$_realname-$_flavor _kpkg=linux-$_flavor _kver=3.6.4 -_kpkgrel=0 +_kpkgrel=1 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |