This commit contains: * Refactor package code. * Add options for RPC, HTTP/HTTPS and BT. * Improve descriptions for some options. * New views for config files and log files. * Also updated translation for simplified Chinese. Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
18 lines
383 B
Makefile
18 lines
383 B
Makefile
#
|
|
# Copyright (C) 2017-2019 Xingwang Liao <kuoruan@gmail.com>
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for Aria2
|
|
LUCI_DEPENDS:=+aria2 +luci-lib-ipkg
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
|
|
PKG_LICENSE:=MIT
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|