]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/n*/Config.in: fix ordering of statements
authorAdam Duskett <Aduskett@gmail.com>
Sat, 22 Apr 2017 17:18:00 +0000 (13:18 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 1 May 2017 09:59:26 +0000 (11:59 +0200)
commitf998e0d092d90e3513e1e7f06afbef604ed01f76
treed1da65ac6b052b2324f98dc85aaa748b5ba53c63
parent5f14d0363248e8de253b7611e66b67eba45ce959
package/n*/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 n 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/neon/Config.in
package/netcat-openbsd/Config.in
package/netsniff-ng/Config.in
package/nfs-utils/Config.in
package/nginx/Config.in