xref: /OK3568_Linux_fs/buildroot/package/axel/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_AXEL
2	bool "axel"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	help
5	  HTTP/FTP download accelerator.
6
7	  https://github.com/axel-download-accelerator/axel/
8
9comment "axel needs a toolchain w/ threads"
10	depends on !BR2_TOOLCHAIN_HAS_THREADS
11