From d94efb5b1bb8d5488f937b0b72fc1a618f7a374e Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 15 Mar 2024 15:23:00 +0100 Subject: [PATCH] luci-app-nft-qos: add missing PKG_LICENSE Signed-off-by: Florian Eckert --- applications/luci-app-nft-qos/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/luci-app-nft-qos/Makefile b/applications/luci-app-nft-qos/Makefile index 1690854fc4..ba546d999a 100644 --- a/applications/luci-app-nft-qos/Makefile +++ b/applications/luci-app-nft-qos/Makefile @@ -6,6 +6,8 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=QoS over Nftables LUCI_DEPENDS:=+luci-base +luci-compat +nft-qos -- 2.30.2