aboutsummaryrefslogtreecommitdiff
path: root/net/pbr/Makefile
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2022-12-12 02:52:59 +0000
committerStan Grishin <stangri@melmac.ca>2022-12-12 02:52:59 +0000
commita86985879fa117782dc232122819e9bbb93be175 (patch)
treee71dd7c3c733cd2713983c74627acf9d5198244f /net/pbr/Makefile
parentf558461895ae41d1122cca7e6d347bd6efc7d06d (diff)
pbr: detect missing iptables
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/pbr/Makefile')
-rw-r--r--net/pbr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pbr/Makefile b/net/pbr/Makefile
index 0f2842ed8..4a7255c48 100644
--- a/net/pbr/Makefile
+++ b/net/pbr/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pbr
PKG_VERSION:=1.0.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>