From: Florian Eckert Date: Fri, 15 Mar 2024 14:23:58 +0000 (+0100) Subject: luci-app-sqm: add missing PKG_LICENSE X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=da4665d76e5593d5d73bd817b246110f331e3386;p=project%2Fluci.git luci-app-sqm: add missing PKG_LICENSE Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-sqm/Makefile b/applications/luci-app-sqm/Makefile index cce746a2a8..f577778ba3 100644 --- a/applications/luci-app-sqm/Makefile +++ b/applications/luci-app-sqm/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=LuCI Support for SQM Scripts -LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package - PKG_MAINTAINER:=Toke Høiland-Jørgensen +PKG_LICENSE:=Apache-2.0 +LUCI_TITLE:=LuCI Support for SQM Scripts +LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package LUCI_DEPENDS:=+luci-base +sqm-scripts include ../../luci.mk