2008-04-17 06:52:57 +02:00
|
|
|
config BR2_PACKAGE_AXEL
|
|
|
|
bool "axel"
|
2010-09-26 09:13:53 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2012-06-23 09:44:21 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2008-04-17 06:52:57 +02:00
|
|
|
help
|
|
|
|
HTTP/FTP download accelerator.
|
|
|
|
|
|
|
|
http://axel.alioth.debian.org/
|
2012-06-23 09:44:21 +02:00
|
|
|
|
|
|
|
comment "axel needs a toolchain with thread support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|