0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-03 23:55:30 +00:00
Files
Florian Eckert da4665d76e luci-app-sqm: add missing PKG_LICENSE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-15 15:30:31 +01:00

16 lines
417 B
Makefile

# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
PKG_LICENSE:=Apache-2.0
LUCI_TITLE:=LuCI Support for SQM Scripts
LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package
LUCI_DEPENDS:=+luci-base +sqm-scripts
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature