luci/applications/luci-app-clamav/Makefile
Paul Donald 780a84e8be luci-app-clamav: Convert to JS
Added functionality for clamav-milter and freshclam which are also in
the package.

Assumptions: clamd.log will always be in /tmp, so read permissions are
granted for /tmp/*, in case the log file gets moved or renamed.

Don't expose the LogFile* parameters to avoid logfile related location
problems.

Added entries to use syslogging for each component, and added a Log tab.

Tested on 23.05.5

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-10-09 00:40:21 +02:00

17 line
403 B
Makefile

#
# Copyright (C) 2015 OpenWrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
include $(TOPDIR)/rules.mk
LUCI_TITLE:=ClamAV LuCI interface
LUCI_DEPENDS:=+luci-base +clamav
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>\
Paul Donald <newtwen+github@gmail.com>
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature