summaryrefslogtreecommitdiffstats
path: root/package/wireshark
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:18:09 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-02 14:46:49 +0200
commit83b27df7685bfdbffd3406f377a84bd9e19dd91a (patch)
treecfc7f778d75de0d11f7ade5875027855144e30b5 /package/wireshark
parent759fb83b46035ea48ec9e7d58f98eaa72d03ccc8 (diff)
downloadbuildroot-83b27df7685bfdbffd3406f377a84bd9e19dd91a.tar.gz
buildroot-83b27df7685bfdbffd3406f377a84bd9e19dd91a.zip
package/w*/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 w 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/wireshark')
-rw-r--r--package/wireshark/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wireshark/Config.in b/package/wireshark/Config.in
index c5b5c3e3ae..4d5a2157f2 100644
--- a/package/wireshark/Config.in
+++ b/package/wireshark/Config.in
@@ -1,10 +1,10 @@
config BR2_PACKAGE_WIRESHARK
bool "wireshark"
- select BR2_PACKAGE_LIBPCAP
- select BR2_PACKAGE_LIBGLIB2
depends on BR2_USE_MMU # fork(), glib2
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
+ select BR2_PACKAGE_LIBPCAP
+ select BR2_PACKAGE_LIBGLIB2
help
Network traffic sniffer and protocol decoder.
OpenPOWER on IntegriCloud