2014-12-03 15:17:05 +01: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
|
|
|
|
|
|
|
|
LUCI_TITLE:=Quality of Service configuration module
|
2024-10-08 13:43:35 +02:00
|
|
|
LUCI_DEPENDS:=+luci-base +qos-scripts
|
2014-12-03 15:17:05 +01:00
|
|
|
|
2017-01-13 14:03:59 +01:00
|
|
|
PKG_LICENSE:=Apache-2.0
|
2024-10-08 00:54:23 +02:00
|
|
|
PKG_MAINTAINER:=Paul Donald <newtwen+github@gmail.com>
|
2017-01-13 14:03:59 +01:00
|
|
|
|
2014-12-03 15:17:05 +01:00
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|