diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-03 14:12:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-03 14:23:49 +0000 |
commit | 3b09a2740c18cc1760418589dd993e12b74681bd (patch) | |
tree | 958618ab4ecc3eeb935f6874ddaca6434d8be201 /testing | |
parent | 0be8e7009fb24c19dde337625740b61cd62a5760 (diff) | |
download | aports-3b09a2740c18cc1760418589dd993e12b74681bd.tar.bz2 aports-3b09a2740c18cc1760418589dd993e12b74681bd.tar.xz |
testing/wanpipe-grsec: rebuild against kernel 3.9.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 ed8ae0ac74..a7aeafa1a1 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -5,7 +5,7 @@ _name=$_realname-$_flavor _kpkg=linux-$_flavor _kver=3.9.4 -_kpkgrel=0 +_kpkgrel=1 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |