From da4665d76e5593d5d73bd817b246110f331e3386 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 15 Mar 2024 15:23:58 +0100 Subject: [PATCH] luci-app-sqm: add missing PKG_LICENSE Signed-off-by: Florian Eckert --- applications/luci-app-sqm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2