summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nft-qos/Makefile
diff options
context:
space:
mode:
authorRosy Song <rosysong@rosinson.com>2018-08-03 12:16:39 +0800
committerRosy Song <rosysong@rosinson.com>2018-11-06 15:38:12 +0800
commit6b8235721a3bdf8b041e5370eef2e253e5874070 (patch)
treebe86c8de7815838659ad5c50f6313b5fb13e3f7a /applications/luci-app-nft-qos/Makefile
parenta6d96e0716dd63af9254cf8db850c921459454c6 (diff)
luci-app-nft-qos: add new application
This application is for nft-qos package. Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'applications/luci-app-nft-qos/Makefile')
-rw-r--r--applications/luci-app-nft-qos/Makefile14
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 000000000..01de87993
--- /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