projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b33fe
)
luci-app-sqm: add missing PKG_LICENSE
author
Florian Eckert
<fe@dev.tdt.de>
Fri, 15 Mar 2024 14:23:58 +0000
(15:23 +0100)
committer
Florian Eckert
<fe@dev.tdt.de>
Fri, 15 Mar 2024 14:30:31 +0000
(15:30 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-sqm/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-sqm/Makefile
b/applications/luci-app-sqm/Makefile
index cce746a2a81f9daff5ba4ec26e6fbaa570e426eb..f577778ba3804775ec17ee3b21d0550ed07705de 100644
(file)
--- 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 <toke@toke.dk>
+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