diff mbox series

[1/1] Config.in.legacy: fix 2022.08 entries

Message ID 20220620211606.772454-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] Config.in.legacy: fix 2022.08 entries | expand

Commit Message

Fabrice Fontaine June 20, 2022, 9:16 p.m. UTC
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(-)

Comments

Thomas Petazzoni July 23, 2022, 5:23 p.m. UTC | #1
On Mon, 20 Jun 2022 23:16:06 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> 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(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

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"