2022-04-11 16:22:56 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2017 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2022-04-11 16:32:02 +08:00
|
|
|
LUCI_TITLE:=LuCI support for eqos.
|
|
|
|
LUCI_DESCRIPTION:=LuCI support for Easy QoS(Support speed limit based on IP address).
|
|
|
|
LUCI_DEPENDS:=+tc +kmod-sched-core +kmod-ifb
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
2022-04-11 16:22:56 +08:00
|
|
|
PKG_NAME:=luci-app-eqos
|
|
|
|
|
2022-04-11 16:32:02 +08:00
|
|
|
PKG_MAINTAINER:=Jianhui Zhao <jianhuizhao329@gmail.com>
|
2022-04-11 16:22:56 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
2022-04-11 16:32:02 +08:00
|
|
|
|