aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-22 20:11:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-22 20:11:25 +0000
commit091d0e2e9dfa463c27d0b4e37bb3aa7f13d047f4 (patch)
treececba7f13af2776b3d12c8ab53ac06fd231710cc /package/firewall/Makefile
parent6ee2c2b79cdd118e49d28a28ae5c69b0b0553581 (diff)
downloadupstream-091d0e2e9dfa463c27d0b4e37bb3aa7f13d047f4.tar.gz
upstream-091d0e2e9dfa463c27d0b4e37bb3aa7f13d047f4.tar.bz2
upstream-091d0e2e9dfa463c27d0b4e37bb3aa7f13d047f4.zip
[package] firewall: fix possible expansion of "*" when rules with "option src *" are processed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28527 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 749f04a4b1..b0b946fd07 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:=36
+PKG_RELEASE:=37
include $(INCLUDE_DIR)/package.mk