aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-01-24 18:01:40 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-01-24 18:01:40 +0000
commitd60fdb4329a583f8edc43811af48b6a5d0d7b850 (patch)
treef061a9c93b70bf2d341a64d4fe7dd41fa3ce687c /package/network/utils/iptables/Makefile
parentef283ba4ed2a712c9199c0b6349d39535d7a1e06 (diff)
downloadmaster-187ad058-d60fdb4329a583f8edc43811af48b6a5d0d7b850.tar.gz
master-187ad058-d60fdb4329a583f8edc43811af48b6a5d0d7b850.tar.bz2
master-187ad058-d60fdb4329a583f8edc43811af48b6a5d0d7b850.zip
iptables: improve iptables listing output of xt_id match
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48478 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r--package/network/utils/iptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index e5bca40c7e..1c1a6842ba 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2013 OpenWrt.org
+# Copyright (C) 2006-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=iptables
PKG_VERSION:=1.4.21
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \