[Buildroot] [git commit] Config.in.legacy: create 2021.08

Yann E. MORIN yann.morin.1998 at free.fr
Tue Jul 6 21:28:12 UTC 2021


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 <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 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



More information about the buildroot mailing list