aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-27 18:14:55 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-27 18:14:55 +0000
commitc7ac1b5b0cda5c37fae6a653d815932db4d6e311 (patch)
treec881173661b942f1f58706bd6a1181b7ece9de9e /package/firewall/Makefile
parent69853cc4e861a6b589577535b1bf4a72fc267ca9 (diff)
downloadupstream-c7ac1b5b0cda5c37fae6a653d815932db4d6e311.tar.gz
upstream-c7ac1b5b0cda5c37fae6a653d815932db4d6e311.tar.bz2
upstream-c7ac1b5b0cda5c37fae6a653d815932db4d6e311.zip
firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is given but does not resolve to an ip
SVN-Revision: 28628
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 637d0ecccb..57a6e016ab 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:=39
+PKG_RELEASE:=40
include $(INCLUDE_DIR)/package.mk