summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-aria2/root/etc/uci-defaults
AgeCommit message (Collapse)Author
2020-02-25luci-app-aria2: fix incorrect "Extra Settings" section option nameRaymond
The "Extra Settings" section `extra_setting` option name does not match what the `net/aria2` package expects. See: - https://github.com/openwrt/packages/blob/openwrt-19.07/net/aria2/files/aria2.init#L311 - https://github.com/openwrt/packages/blob/openwrt-19.07/net/aria2/files/aria2.conf#L31 Causing the luci UI "Extra Settings" option to have no effect. This fix renames `extra_setting` => `extra_settings`. Signed-off-by: Raymond Wanyoike <raymond.wanyoike@gmail.com>
2020-02-14luci.mk: move /tmp/luci-indexcache remove to package postinst scriptFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-12-25treewide: remove useless ucitrack definitionsRichard Yu
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-07-01luci-app-aria2: Refactor, new views and more optionsXingwang Liao
This commit contains: * Refactor package code. * Add options for RPC, HTTP/HTTPS and BT. * Improve descriptions for some options. * New views for config files and log files. * Also updated translation for simplified Chinese. Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
2016-05-30luci-app-aria2: Add packageHsing-Wang Liao
LuCI Support for Aria2 Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>