diff options
Diffstat (limited to 'applications/luci-app-nft-qos/Makefile')
-rw-r--r-- | applications/luci-app-nft-qos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-nft-qos/Makefile b/applications/luci-app-nft-qos/Makefile index ba546d999a..a7ee184997 100644 --- a/applications/luci-app-nft-qos/Makefile +++ b/applications/luci-app-nft-qos/Makefile @@ -11,6 +11,8 @@ PKG_LICENSE:=Apache-2.0 LUCI_TITLE:=QoS over Nftables LUCI_DEPENDS:=+luci-base +luci-compat +nft-qos +PKG_MAINTAINER:=Rosy Song <rosysong@rosinson.com> + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |