mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/lvm2: default standard install to y
Until commit5c07dfcc1aBR2_PACKAGE_LVM2_STANDARD_INSTALL would default to y. Indeed, the default read: default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11 Since the legacy symbol is normally not selected, this defaults to y. Commit5c07dfcc1ainadvertedly removed the entire line instead of just the condition. Fixes: https://bugs.busybox.net/show_bug.cgi?id=13846 For-stable: 2021.02, 2021.05 Cc: dominique.tronche@atos.net Cc: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
a7bf844813
commit
6d758f59e6
@@ -26,6 +26,7 @@ if BR2_PACKAGE_LVM2
|
||||
|
||||
config BR2_PACKAGE_LVM2_STANDARD_INSTALL
|
||||
bool "standard install instead of only dmsetup"
|
||||
default y
|
||||
# http://lists.busybox.net/pipermail/buildroot/2016-August/170592.html
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user