2016-05-30 06:30:47 +00:00
|
|
|
#
|
2019-03-29 09:09:37 +00:00
|
|
|
# Copyright (C) 2017-2019 Xingwang Liao <kuoruan@gmail.com>
|
2016-05-30 06:30:47 +00:00
|
|
|
#
|
2019-03-29 09:09:37 +00:00
|
|
|
# This is free software, licensed under the MIT License.
|
2016-05-30 06:30:47 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for Aria2
|
2023-09-24 08:11:42 +00:00
|
|
|
LUCI_DEPENDS:=+luci-base +aria2
|
2016-09-19 02:17:11 +00:00
|
|
|
|
2019-03-29 09:09:37 +00:00
|
|
|
PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
|
|
|
|
PKG_LICENSE:=MIT
|
2016-05-30 06:30:47 +00:00
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|