diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-02-01 16:39:34 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-02-01 16:39:34 +0800 |
commit | 9a7ffc77033cccc3bc5143a2fac3f0006120f7ae (patch) | |
tree | 5b1e8bfdfcfa997bc492786b6a81de88d141bc89 /net/clamav/Makefile | |
parent | 83b304c170cc0e42f4d9e32f0a0f6b77631a9d1f (diff) |
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 <jeffery.to@gmail.com>
Diffstat (limited to 'net/clamav/Makefile')
-rw-r--r-- | net/clamav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <marko.ratkaj@sartura.hr> \ |