diff options
Diffstat (limited to 'applications/luci-app-nft-qos/Makefile')
-rw-r--r-- | applications/luci-app-nft-qos/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/applications/luci-app-nft-qos/Makefile b/applications/luci-app-nft-qos/Makefile index a8227de9fd..ba546d999a 100644 --- a/applications/luci-app-nft-qos/Makefile +++ b/applications/luci-app-nft-qos/Makefile @@ -6,8 +6,10 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=QoS over Nftables -LUCI_DEPENDS:=+luci-compat +nft-qos +LUCI_DEPENDS:=+luci-base +luci-compat +nft-qos include ../../luci.mk |