summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-03-15 15:24:40 +0100
committerFlorian Eckert <fe@dev.tdt.de>2024-03-15 15:30:31 +0100
commit5b59ef08c7b47854c7a9f162d258b071612484d1 (patch)
treed80d5f3c0962c35353d250a1f0d280b9eda0bce0
parent3c002032a3dbcb500196e12f6b22c028491ae2ad (diff)
luci-app-xinetd: add missing PKG_LICENSE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r--applications/luci-app-xinetd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/luci-app-xinetd/Makefile b/applications/luci-app-xinetd/Makefile
index bbe0b22c2e..3f9554f1e7 100644
--- a/applications/luci-app-xinetd/Makefile
+++ b/applications/luci-app-xinetd/Makefile
@@ -7,11 +7,12 @@
include $(TOPDIR)/rules.mk
+PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de>
+
LUCI_TITLE:=LuCI Support for xinetd
LUCI_DEPENDS:=+luci-base +xinetd
-PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de>
-
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature