32 lines
640 B
Makefile
Executable File
32 lines
640 B
Makefile
Executable File
#
|
|
# Copyright (C) 2017 Xingwang Liao <kuoruan@gmail.com>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-qos-gargoyle
|
|
PKG_VERSION:=1.3.8
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
|
|
|
|
LUCI_TITLE:=LuCI Support for Gargoyle QoS
|
|
LUCI_DEPENDS:=+qos-gargoyle
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
define Package/$(PKG_NAME)/config
|
|
# shown in make menuconfig <Help>
|
|
help
|
|
$(LUCI_TITLE)
|
|
.
|
|
Version: $(PKG_VERSION)-$(PKG_RELEASE)
|
|
$(PKG_MAINTAINER)
|
|
endef
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|