diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-20 11:49:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-20 11:49:09 +0000 |
commit | 2a386cee9926f7350c74c6d68e798b7ff21721a9 (patch) | |
tree | db5d99d6474a2d580cc69ef161eabc7ce9406f79 /package/firewall/Makefile | |
parent | 04d064a59055ede01f24312e2c384c501fc08cca (diff) | |
download | upstream-2a386cee9926f7350c74c6d68e798b7ff21721a9.tar.gz upstream-2a386cee9926f7350c74c6d68e798b7ff21721a9.tar.bz2 upstream-2a386cee9926f7350c74c6d68e798b7ff21721a9.zip |
firewall: prevent excessive uci state data aggregation (#9152)
SVN-Revision: 26740
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 ea407f081b..829719c279 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:=24 +PKG_RELEASE:=25 include $(INCLUDE_DIR)/package.mk |