mirror of
https://git.openwrt.org/project/luci.git
synced 2025-01-18 23:45:02 +00:00
4c03f5ff1f
This is anyway default Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
17 lines
361 B
Makefile
17 lines
361 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:=+luci-base +aria2
|
|
|
|
PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
|
|
PKG_LICENSE:=MIT
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|