diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-07 18:35:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-07 18:35:48 +0000 |
commit | 5609ad736e4cbaf3cc44bf47964690ac204a3f3a (patch) | |
tree | 861264fdf788eb4204f05d707dfc5d0f00c15b53 /package/firewall/Makefile | |
parent | a543eeb0aa5b775eced7ca5f85aaa20a2d243065 (diff) | |
download | upstream-5609ad736e4cbaf3cc44bf47964690ac204a3f3a.tar.gz upstream-5609ad736e4cbaf3cc44bf47964690ac204a3f3a.tar.bz2 upstream-5609ad736e4cbaf3cc44bf47964690ac204a3f3a.zip |
firewall: don't filter IPv4 ICMP types (#10928)
SVN-Revision: 30363
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 746cca4882..978154b3f7 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:=44 +PKG_RELEASE:=45 include $(INCLUDE_DIR)/package.mk |