diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-20 15:29:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-20 15:29:10 +0000 |
commit | 247397ca80d05b8a5b7b111ef2a71c6cdfb2fd59 (patch) | |
tree | 982b00833ac949916f20076bac89d47a01dc0022 /package/firewall/Makefile | |
parent | 5ee62f2cf95c57620b8ce951e984af79c2201681 (diff) | |
download | upstream-247397ca80d05b8a5b7b111ef2a71c6cdfb2fd59.tar.gz upstream-247397ca80d05b8a5b7b111ef2a71c6cdfb2fd59.tar.bz2 upstream-247397ca80d05b8a5b7b111ef2a71c6cdfb2fd59.zip |
[package] firewall: fix serious bug in state var handling (#9746)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27711 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 453da4ee37..394a2075df 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:=31 +PKG_RELEASE:=32 include $(INCLUDE_DIR)/package.mk |