12 lines
360 B
Makefile
12 lines
360 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for Easy QoS
|
|
LUCI_DEPENDS:=+wget-ssl +tc +kmod-sched-core +kmod-ifb +ebtables-legacy-utils +ebtables-legacy @!PACKAGE_luci-app-eqos
|
|
|
|
PKG_MAINTAINER:=Jianhui Zhao <jianhuizhao329@gmail.com>
|
|
PKG_NAME:=luci-app-eqos-mtk
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|