blob: 0179f04f4cdce6d5d6b3350397d9c92aebfd9338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright (C) 2016 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for Aria2
LUCI_DEPENDS:=+aria2
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|