summaryrefslogtreecommitdiffstats
path: root/package/faifa/Config.in
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:53 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 21:17:55 +0200
commitf7e7bf72a7ddbd72041090ae6ba97778f7b96948 (patch)
treee0fd4753eefecdf47aa8c6252b6e98cec59b9dd3 /package/faifa/Config.in
parenta3a1aa680bb1effdf0e2b71f966105fc84b5d1b6 (diff)
downloadbuildroot-f7e7bf72a7ddbd72041090ae6ba97778f7b96948.tar.gz
buildroot-f7e7bf72a7ddbd72041090ae6ba97778f7b96948.zip
package/f*/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 f 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/faifa/Config.in')
-rw-r--r--package/faifa/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/faifa/Config.in b/package/faifa/Config.in
index de2cc7979e..753abc67ec 100644
--- a/package/faifa/Config.in
+++ b/package/faifa/Config.in
@@ -1,8 +1,8 @@
config BR2_PACKAGE_FAIFA
bool "faifa"
- select BR2_PACKAGE_LIBPCAP
depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_LIBPCAP
help
Faifa can configure any Intellon-based Power Line
Communication device using Intellon INT5000 and INT6000
OpenPOWER on IntegriCloud