[Buildroot] [git commit] Config.in.legacy: create 2021.08
From: Yann E. MORIN <hidden>
Date: 2021-07-06 21:28:12
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yann E. MORIN <hidden>
Date: 2021-07-06 21:28:12
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=1fe532c076c99901b34f8768ea05536ad75f856c branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Commit 469c11c516959375f6caddde178adbdcdc5d9887 wrongly added a new option to 2021.05 which has been released, move it to 2021.08 Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Yann E. MORIN <redacted> --- Config.in.legacy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Config.in.legacy b/Config.in.legacy
index bcbb625edb..1049d7af3c 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy@@ -144,7 +144,7 @@ endif ############################################################################### -comment "Legacy options removed in 2021.05" +comment "Legacy options removed in 2021.08" config BR2_PACKAGE_PHP_EXT_XMLRPC bool "PHP XMLRPC extension removed"
@@ -153,6 +153,8 @@ config BR2_PACKAGE_PHP_EXT_XMLRPC The XMLRPC php extension was removed. See: https://wiki.php.net/rfc/unbundle_xmlprc +comment "Legacy options removed in 2021.05" + config BR2_PACKAGE_UDISKS_LVM2 bool "udisks lvm2 support removed" select BR2_LEGACY