From c88aea6277ce7242217eda6115a44f6fedb49e56 Mon Sep 17 00:00:00 2001 From: Hsing-Wang Liao Date: Mon, 30 May 2016 14:30:47 +0800 Subject: luci-app-aria2: Add package LuCI Support for Aria2 Signed-off-by: Hsing-Wang Liao --- applications/luci-app-aria2/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 applications/luci-app-aria2/Makefile (limited to 'applications/luci-app-aria2/Makefile') diff --git a/applications/luci-app-aria2/Makefile b/applications/luci-app-aria2/Makefile new file mode 100644 index 000000000..0179f04f4 --- /dev/null +++ b/applications/luci-app-aria2/Makefile @@ -0,0 +1,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 + -- cgit v1.2.3