Makefile 396 B

123456789101112131415161718
  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-compat +aria2 +luci-lib-ipkg
  9. LUCI_PKGARCH:=all
  10. PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
  11. PKG_LICENSE:=MIT
  12. include ../../luci.mk
  13. # call BuildPackage - OpenWrt buildroot signature