aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-09-30 23:19:02 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-10-16 21:37:22 +0200
commitdda5e3db19009742a19727132d8e98ae9ec21fd3 (patch)
treed269bf30b93d79feba5537aee3ba1aa2fef441e4 /package/network/config/firewall/Makefile
parent7dd822983b8728772e433c7718739b741c3d6de0 (diff)
downloadupstream-dda5e3db19009742a19727132d8e98ae9ec21fd3.tar.gz
upstream-dda5e3db19009742a19727132d8e98ae9ec21fd3.tar.bz2
upstream-dda5e3db19009742a19727132d8e98ae9ec21fd3.zip
firewall: options: fix parsing of boolean attributes
Boolean attributes were parsed the same way as string attributes, so a value of { "bool_attr": "true" } would be parsed correctly, but { "bool_attr": true } (without quotes) was parsed as false. Fixes FS#3284 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 7f676b5ed6a2bcd6786a0fcb6a6db3ddfeedf795)
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r--package/network/config/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index dcfd849577..c927dafab3 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git