summaryrefslogtreecommitdiffstats
path: root/package/openvmtools
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:18:01 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-01 18:57:46 +0200
commit3483a98d01b319053bc1956aca25c658846c4ab5 (patch)
treef7ecc2ada1a1aaf591471e2134d1a46b74e020a4 /package/openvmtools
parentf998e0d092d90e3513e1e7f06afbef604ed01f76 (diff)
downloadbuildroot-3483a98d01b319053bc1956aca25c658846c4ab5.tar.gz
buildroot-3483a98d01b319053bc1956aca25c658846c4ab5.zip
package/o*/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 o 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/openvmtools')
-rw-r--r--package/openvmtools/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openvmtools/Config.in b/package/openvmtools/Config.in
index 79c503cfb8..f76bdf2d44 100644
--- a/package/openvmtools/Config.in
+++ b/package/openvmtools/Config.in
@@ -33,11 +33,11 @@ comment "procps support needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS"
config BR2_PACKAGE_OPENVMTOOLS_PAM
bool "PAM support"
- select BR2_PACKAGE_LINUX_PAM
# linux-pam needs locale and wchar, but we already have this
# dependency on the main symbol, above.
depends on !BR2_STATIC_LIBS
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
+ select BR2_PACKAGE_LINUX_PAM
help
Support for PAM in openvmtools
OpenPOWER on IntegriCloud