diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-12-12 02:52:59 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2022-12-12 02:52:59 +0000 |
commit | a86985879fa117782dc232122819e9bbb93be175 (patch) | |
tree | e71dd7c3c733cd2713983c74627acf9d5198244f /net/pbr/Makefile | |
parent | f558461895ae41d1122cca7e6d347bd6efc7d06d (diff) |
pbr: detect missing iptables
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/pbr/Makefile')
-rw-r--r-- | net/pbr/Makefile | 2 |
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> |