mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
16 lines
471 B
Makefile
16 lines
471 B
Makefile
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for SQM Scripts with autorate
|
|
LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package with SQM autorate
|
|
|
|
PKG_MAINTAINER:=Yannick Chabanoois <contact@openmptcprouter.com>
|
|
|
|
LUCI_DEPENDS:=+sqm-scripts +sqm-autorate
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|