]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/i*/Config.in: fix ordering of statements
authorAdam Duskett <Aduskett@gmail.com>
Sat, 22 Apr 2017 17:17:55 +0000 (13:17 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 1 May 2017 09:36:01 +0000 (11:36 +0200)
commit84cafb744cfe38940502ec881b63ef5bc6f98160
treeca3726bc03ff434d73b997242250f1d50f83614f
parent791c5db7439ed21044db2106b0955e5a859a7b83
package/i*/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 i 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>
package/iftop/Config.in
package/imlib2/Config.in
package/iprutils/Config.in
package/ipsec-tools/Config.in