Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/download.pl: fix support for aria2c download tool on macos
Currently we use /dev/shm to place aria2c tmp file. This is not present on macos. Use the openwrt tmp directory instead of the linux-only /dev/shm to save compatibility with more os. Fixes: d391236 ("download.pl: add aria2c support") Signed-off-by: Christian Marangi <[email protected]>
- Loading branch information