diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-16 13:03:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-16 13:03:54 +0000 |
commit | 82fc13d3c2c9456607ac83885615c07a2c994240 (patch) | |
tree | 5d6c816bacc6f1935569749fbeb0966f7a10e80c /package/firewall/Makefile | |
parent | eb2fe5e86392b404c21354c5f3600c0892ccc143 (diff) | |
download | upstream-82fc13d3c2c9456607ac83885615c07a2c994240.tar.gz upstream-82fc13d3c2c9456607ac83885615c07a2c994240.tar.bz2 upstream-82fc13d3c2c9456607ac83885615c07a2c994240.zip |
firewall: fix nat reflection after netifd switch (#11460)
SVN-Revision: 31754
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 373baae5f8..e7a308f3c5 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:=49 +PKG_RELEASE:=50 include $(INCLUDE_DIR)/package.mk |