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 | 35791d9e95298c6a1e562d8a3ff151b6bd7430c9 (patch) | |
tree | 13a23a08eefdb8e42cbec141fa0094fe364259f1 /package/firewall/Makefile | |
parent | c6dfe2002d27d340bb5da6891bdf37e04c8abeae (diff) | |
download | upstream-35791d9e95298c6a1e562d8a3ff151b6bd7430c9.tar.gz upstream-35791d9e95298c6a1e562d8a3ff151b6bd7430c9.tar.bz2 upstream-35791d9e95298c6a1e562d8a3ff151b6bd7430c9.zip |
[package] firewall: prevent excessive uci state data aggregation (#9152)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26740 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 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 |