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 | 8eb607235eb4d2bd6083a62477639933e66962fa (patch) | |
tree | 9361213c1e57fa4d6334ffa6eb3064cc0cf3395f /package/firewall/Makefile | |
parent | c3340cff150e049e566f5c622f6f7968c2cfea3e (diff) | |
download | upstream-8eb607235eb4d2bd6083a62477639933e66962fa.tar.gz upstream-8eb607235eb4d2bd6083a62477639933e66962fa.tar.bz2 upstream-8eb607235eb4d2bd6083a62477639933e66962fa.zip |
[package] firewall: fix nat reflection after netifd switch (#11460)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31754 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 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 |