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