diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-07 16:54:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-07 16:54:07 +0200 |
commit | 14ad79492570cfa825e43b4ca0a5f58a2ed2b462 (patch) | |
tree | be86c8de7815838659ad5c50f6313b5fb13e3f7a /applications/luci-app-nft-qos/Makefile | |
parent | a6d96e0716dd63af9254cf8db850c921459454c6 (diff) | |
parent | 6b8235721a3bdf8b041e5370eef2e253e5874070 (diff) |
Merge pull request #1855 from rosysong/nqos
luci-app-nft-qos: add new application
Diffstat (limited to 'applications/luci-app-nft-qos/Makefile')
-rw-r--r-- | applications/luci-app-nft-qos/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-nft-qos/Makefile b/applications/luci-app-nft-qos/Makefile new file mode 100644 index 0000000000..01de879937 --- /dev/null +++ b/applications/luci-app-nft-qos/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Qos over Nftables +LUCI_DEPENDS:=+nft-qos + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |