]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/r*/Config.in: fix ordering of statements
authorAdam Duskett <Aduskett@gmail.com>
Sat, 22 Apr 2017 17:18:04 +0000 (13:18 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 2 May 2017 12:36:19 +0000 (14:36 +0200)
commit2db9d93282a3c198ddc908082a17f261a48aa7b3
tree10827fe565eb2e5192f4f5431d150e448d0efe65
parentcf1c12bdba037b4e28e2d7fcef0e653a45016408
package/r*/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 r 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/rdesktop/Config.in
package/rpcbind/Config.in
package/rpi-firmware/Config.in
package/rsyslog/Config.in