diff options
author | Hsing-Wang Liao <kuoruan@gmail.com> | 2016-05-30 14:30:47 +0800 |
---|---|---|
committer | Hsing-Wang Liao <kuoruan@gmail.com> | 2016-05-30 21:27:22 +0800 |
commit | c88aea6277ce7242217eda6115a44f6fedb49e56 (patch) | |
tree | 1a26880f21f79573ed9f96f44e00b69ad9adc6b4 /applications/luci-app-aria2/Makefile | |
parent | c46963613f7f1312dac62e507346777ba6f8d8a6 (diff) |
luci-app-aria2: Add package
LuCI Support for Aria2
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Diffstat (limited to 'applications/luci-app-aria2/Makefile')
-rw-r--r-- | applications/luci-app-aria2/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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 + |