From dda5e3db19009742a19727132d8e98ae9ec21fd3 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 30 Sep 2020 23:19:02 +0200 Subject: 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 (cherry picked from commit 7f676b5ed6a2bcd6786a0fcb6a6db3ddfeedf795) --- package/network/config/firewall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/config/firewall/Makefile') 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 -- cgit v1.2.3