diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-15 22:01:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-15 22:01:48 +0000 |
commit | f8fa598bf461ccdbd0fc6ddb5a61561b9197fed9 (patch) | |
tree | 95d659c7a91a27f078c3377ced629ccfb13965ff /package/firewall/Makefile | |
parent | 1ca67cba7f84855f06b41541c21ff6ab8eaf5246 (diff) | |
download | upstream-f8fa598bf461ccdbd0fc6ddb5a61561b9197fed9.tar.gz upstream-f8fa598bf461ccdbd0fc6ddb5a61561b9197fed9.tar.bz2 upstream-f8fa598bf461ccdbd0fc6ddb5a61561b9197fed9.zip |
firewall: - notrack support was broken in multiple ways, fix it - also consider a zone conntracked if any redirect references it (#7196)
SVN-Revision: 22215
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 b81531bdf2..b1969d9abd 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:=6 +PKG_RELEASE:=7 include $(INCLUDE_DIR)/package.mk |