From 9a7ffc77033cccc3bc5143a2fac3f0006120f7ae Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Fri, 1 Feb 2019 16:39:34 +0800 Subject: clamav: Update init scripts This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also removes some unnecessary curly brackets. Signed-off-by: Jeffery To --- net/clamav/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/clamav/Makefile') diff --git a/net/clamav/Makefile b/net/clamav/Makefile index 95db33a37..ba45fff84 100644 --- a/net/clamav/Makefile +++ b/net/clamav/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clamav PKG_VERSION:=0.101.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Marko Ratkaj \ -- cgit v1.2.3