aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-05-27 16:14:10 +0200
committerJo-Philipp Wich <jo@mein.io>2017-05-27 16:16:15 +0200
commit61eb18d3f7449fd3379d9bd995af85d669dbc9ff (patch)
tree9024373f98ec1ba964814c6a6388d8e0087c4d5e /package/network/config/firewall/Makefile
parent1422dab66e8d4f3500ca75aca83bb12e8100096a (diff)
downloadupstream-61eb18d3f7449fd3379d9bd995af85d669dbc9ff.tar.gz
upstream-61eb18d3f7449fd3379d9bd995af85d669dbc9ff.tar.bz2
upstream-61eb18d3f7449fd3379d9bd995af85d669dbc9ff.zip
firewall: fix stray continue statement
The previous commit introduced a faulty continue statement which might lead to faulty rules not getting freed or reported. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r--package/network/config/firewall/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 9800e04302..e5fcb8c916 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -9,13 +9,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_RELEASE:=2
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/firewall3.git
-PKG_SOURCE_DATE:=2017-05-26
-PKG_SOURCE_VERSION:=3d2c18a91bb7cd5f3c0dec7fecf3008934de170b
-PKG_MIRROR_HASH:=9ec083798e09a9062664bc89a93f2f14d98bb811fb7ec67d47b66bf3a85bcc74
+PKG_SOURCE_DATE:=2017-05-27
+PKG_SOURCE_VERSION:=a4d98aea373e04f3fdc3c492c1688ba52ce490a9
+PKG_MIRROR_HASH:=55402b1e6bb471f6aed599c61c1c63b58212f5789f094d78247646fc0a7cf435
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=ISC