summaryrefslogtreecommitdiff
path: root/package/lvm2
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
commit1610200e7863a73dafac7890bc339bea47605c05 (patch)
tree24ddc7e452b318e8e07402245c6f91b56f3ab78a /package/lvm2
parent2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d (diff)
package/*/Config.in: fix property order warning of check-package
This commit fixes the ordering of the Config.in option properties, as reported by check-package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lvm2')
-rw-r--r--package/lvm2/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in
index 2fa3fc134e..0dd6d53b4a 100644
--- a/package/lvm2/Config.in
+++ b/package/lvm2/Config.in
@@ -25,9 +25,9 @@ if BR2_PACKAGE_LVM2
config BR2_PACKAGE_LVM2_STANDARD_INSTALL
bool "standard install instead of only dmsetup"
+ default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
# http://lists.busybox.net/pipermail/buildroot/2016-August/170592.html
depends on !BR2_TOOLCHAIN_USES_MUSL
- default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
help
Install the standard suite of lvm2 programs. When this option
is not set, only dmsetup is installed.