All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Config.in.legacy: fix 2022.08 entries
@ 2022-06-20 21:16 Fabrice Fontaine
  2022-07-23 17:23 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-06-20 21:16 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Commit 7763ba7007172ceb5e928ae5902735d727aaa90d wrongly added
BR2_PACKAGE_RTL8723BS below 2022.05 entry instead of 2022.08

Commit 793ee1011e84bd79fa3d146dbe6c14c7fba39648 wrongly duplicated
2022.08 entry

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 Config.in.legacy | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/Config.in.legacy b/Config.in.legacy
index 956da10a9f..8af5c7ef14 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,13 +146,13 @@ endif
 
 comment "Legacy options removed in 2022.08"
 
-config BR2_PACKAGE_PHP_EXT_WDDX
-	bool "php wddx removed"
+config BR2_PACKAGE_RTL8723BS
+	bool "rtl8723bs removed"
 	select BR2_LEGACY
 	help
-	  The WDDX extension was removed from php.
-
-comment "Legacy options removed in 2022.08"
+	  Package was removed because it is not compatible with latest
+	  kernels and is not maintained anymore: code has been removed
+	  in 2017 as driver is available in the linux-next tree.
 
 config BR2_nds32
 	bool "nds32 architecture removed"
@@ -162,15 +162,13 @@ config BR2_nds32
 	  its support being removed from the upstream Linux kernel,
 	  and its lack of maintenance in Buildroot.
 
-comment "Legacy options removed in 2022.05"
-
-config BR2_PACKAGE_RTL8723BS
-	bool "rtl8723bs removed"
+config BR2_PACKAGE_PHP_EXT_WDDX
+	bool "php wddx removed"
 	select BR2_LEGACY
 	help
-	  Package was removed because it is not compatible with latest
-	  kernels and is not maintained anymore: code has been removed
-	  in 2017 as driver is available in the linux-next tree.
+	  The WDDX extension was removed from php.
+
+comment "Legacy options removed in 2022.05"
 
 config BR2_PACKAGE_KTAP
 	bool "ktap removed"
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-23 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-20 21:16 [Buildroot] [PATCH 1/1] Config.in.legacy: fix 2022.08 entries Fabrice Fontaine
2022-07-23 17:23 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.