2018-08-03 04:16:39 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2019-12-22 22:31:47 +00:00
|
|
|
LUCI_TITLE:=QoS over Nftables
|
2023-09-24 08:11:42 +00:00
|
|
|
LUCI_DEPENDS:=+luci-base +luci-compat +nft-qos
|
2018-08-03 04:16:39 +00:00
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|