Config.in 366 B

123456789101112
  1. config BR2_PACKAGE_AXEL
  2. bool "axel"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C11/stdatomic.h
  5. help
  6. HTTP/FTP download accelerator.
  7. https://github.com/axel-download-accelerator/axel/
  8. comment "axel needs a toolchain w/ threads, gcc >= 4.9"
  9. depends on !BR2_TOOLCHAIN_HAS_THREADS || \
  10. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9