diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-22 20:11:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-22 20:11:25 +0000 |
commit | 9a61d9e513c5bfeff76bca1cd87a3f8651f4512b (patch) | |
tree | f498bd9453ca52147bd6fbdfd1d6d03c564f293d /package/firewall/Makefile | |
parent | e0e73928da09c2fcc075fa1da22179468ef311f2 (diff) | |
download | mtk-20170518-9a61d9e513c5bfeff76bca1cd87a3f8651f4512b.zip mtk-20170518-9a61d9e513c5bfeff76bca1cd87a3f8651f4512b.tar.gz mtk-20170518-9a61d9e513c5bfeff76bca1cd87a3f8651f4512b.tar.bz2 |
firewall: fix possible expansion of "*" when rules with "option src *" are processed
SVN-Revision: 28527
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 749f04a..b0b946f 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 |