diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-02 14:52:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-02 14:52:46 +0000 |
commit | c2b09cf1f6eca652ea1fd619b2c9bc3591e9d780 (patch) | |
tree | 82922c3773da36ed9b0f244255e06acb32150337 /testing | |
parent | d8c836e8b35e085a579f4bb03bc14aed3e150199 (diff) | |
download | aports-c2b09cf1f6eca652ea1fd619b2c9bc3591e9d780.tar.bz2 aports-c2b09cf1f6eca652ea1fd619b2c9bc3591e9d780.tar.xz |
testing/wanpipe-grsec: rebuild against kernel 3.8.11-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 b5b45b5c88..2201f736ec 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -5,7 +5,7 @@ _name=$_realname-$_flavor _kpkg=linux-$_flavor _kver=3.8.11 -_kpkgrel=0 +_kpkgrel=1 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |