summaryrefslogtreecommitdiff
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-25 21:00:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-25 21:00:23 +0000
commit9aaca7f1b16feb92da08f9687fd1ae9825be85e6 (patch)
tree01fbb46242d2dd6e8a06972260dff1c5ba694a0d /package/firewall/Makefile
parent4dc4ebe0c856b88c8f3cf80c5a23a259e1c26586 (diff)
downloadmtk-20170518-9aaca7f1b16feb92da08f9687fd1ae9825be85e6.zip
mtk-20170518-9aaca7f1b16feb92da08f9687fd1ae9825be85e6.tar.gz
mtk-20170518-9aaca7f1b16feb92da08f9687fd1ae9825be85e6.tar.bz2
firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no connection tracking is used
SVN-Revision: 30727
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r--package/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index b03fca8..1367cc3 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=2
-PKG_RELEASE:=46
+PKG_RELEASE:=47
include $(INCLUDE_DIR)/package.mk