aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/Makefile
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2018-12-08 20:41:04 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-12-08 21:50:14 +0100
commitf939598b7a7ce2079722295603e2dcee93ad310d (patch)
tree4d11e9cd05ef089769d125e247fbb1dc91b63784 /package/network/utils/iptables/Makefile
parented000fcaf2cfa22bb558ed11c8a15d239240020b (diff)
downloadupstream-f939598b7a7ce2079722295603e2dcee93ad310d.tar.gz
upstream-f939598b7a7ce2079722295603e2dcee93ad310d.tar.bz2
upstream-f939598b7a7ce2079722295603e2dcee93ad310d.zip
iptables: fix ebtables vlan compile issue (FS#1990)
Backport an upstream patch which fixes an userspace/kernel headers collison Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r--package/network/utils/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index 54fffc9d1e..6c42774ef4 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=iptables
PKG_VERSION:=1.8.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://git.netfilter.org/iptables