[Buildroot] [git commit branch/2021.02.x] package/lvm2: drop legacy default

Peter Korsgaard peter at korsgaard.com
Mon Jun 7 21:20:05 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=3cdbe916c80c87a727dbcac7a9c05d1394946e37
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Commit f289b1b36f5c (legacy: drop options removed more than 5 years ago
now) forgot to remove a legacy default.

Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 5c07dfcc1a52e2804011574a3e022523a20546c8)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/lvm2/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in
index a9c5c453fc..5e767e2e97 100644
--- a/package/lvm2/Config.in
+++ b/package/lvm2/Config.in
@@ -26,7 +26,6 @@ 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
 	help


More information about the buildroot mailing list