summaryrefslogtreecommitdiffstats
path: root/package/axel/Config.in
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:48 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 17:17:02 +0200
commit7b493e411f5b4473b275aa125d85386a5d1127a9 (patch)
treed8c88b4c178a0fe915092944b60bfd6ee4156e18 /package/axel/Config.in
parent49d907e39a4a16c75a9c23aa445dcb9996c55472 (diff)
downloadbuildroot-7b493e411f5b4473b275aa125d85386a5d1127a9.tar.gz
buildroot-7b493e411f5b4473b275aa125d85386a5d1127a9.zip
package/a*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter a in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/axel/Config.in')
-rw-r--r--package/axel/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/axel/Config.in b/package/axel/Config.in
index aa93f2a11f..aea85bf11b 100644
--- a/package/axel/Config.in
+++ b/package/axel/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_AXEL
bool "axel"
- select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
HTTP/FTP download accelerator.
OpenPOWER on IntegriCloud