diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-24 18:01:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-24 18:01:40 +0000 |
commit | eda1ea9eaab82c4037b6f30cb0eafdcf038fcd47 (patch) | |
tree | 8b45ff1fd5d33a6ee9a6d414a64920813c2b69da /package/network/utils/iptables/Makefile | |
parent | 1c7c99701961166cb9c7387ccaeca93705deb5e6 (diff) | |
download | upstream-eda1ea9eaab82c4037b6f30cb0eafdcf038fcd47.tar.gz upstream-eda1ea9eaab82c4037b6f30cb0eafdcf038fcd47.tar.bz2 upstream-eda1ea9eaab82c4037b6f30cb0eafdcf038fcd47.zip |
iptables: improve iptables listing output of xt_id match
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48478
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r-- | package/network/utils/iptables/Makefile | 4 |
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 \ |