diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-25 21:00:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-25 21:00:23 +0000 |
commit | b70a65718fea832f987ab5f350ae070ed2b8b6b5 (patch) | |
tree | 070f8857af0f1acd7078fdd266ebe2b45ebde929 /package/firewall/Makefile | |
parent | d2d9abec243d773015e24fe6941732ff2df1cb1a (diff) | |
download | upstream-b70a65718fea832f987ab5f350ae070ed2b8b6b5.tar.gz upstream-b70a65718fea832f987ab5f350ae070ed2b8b6b5.tar.bz2 upstream-b70a65718fea832f987ab5f350ae070ed2b8b6b5.zip |
[package] firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no connection tracking is used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30727 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r-- | package/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index b03fca8a03..1367cc38dd 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 |