Makefile 361 B

1234567891011121314151617
  1. #
  2. # Copyright (C) 2017-2019 Xingwang Liao <kuoruan@gmail.com>
  3. #
  4. # This is free software, licensed under the MIT License.
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=LuCI Support for Aria2
  8. LUCI_DEPENDS:=+luci-base +aria2
  9. PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
  10. PKG_LICENSE:=MIT
  11. include ../../luci.mk
  12. # call BuildPackage - OpenWrt buildroot signature