Browse Source

Config.in.legacy: fix 2022.08 entries

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine 3 years ago
parent
commit
55b26bdfa1
1 changed files with 2 additions and 4 deletions
  1. 2 4
      Config.in.legacy

+ 2 - 4
Config.in.legacy

@@ -159,8 +159,6 @@ config BR2_PACKAGE_PHP_EXT_WDDX
 	help
 	help
 	  The WDDX extension was removed from php.
 	  The WDDX extension was removed from php.
 
 
-comment "Legacy options removed in 2022.08"
-
 config BR2_nds32
 config BR2_nds32
 	bool "nds32 architecture removed"
 	bool "nds32 architecture removed"
 	select BR2_LEGACY
 	select BR2_LEGACY
@@ -169,8 +167,6 @@ config BR2_nds32
 	  its support being removed from the upstream Linux kernel,
 	  its support being removed from the upstream Linux kernel,
 	  and its lack of maintenance in Buildroot.
 	  and its lack of maintenance in Buildroot.
 
 
-comment "Legacy options removed in 2022.05"
-
 config BR2_PACKAGE_RTL8723BS
 config BR2_PACKAGE_RTL8723BS
 	bool "rtl8723bs removed"
 	bool "rtl8723bs removed"
 	select BR2_LEGACY
 	select BR2_LEGACY
@@ -179,6 +175,8 @@ config BR2_PACKAGE_RTL8723BS
 	  kernels and is not maintained anymore: code has been removed
 	  kernels and is not maintained anymore: code has been removed
 	  in 2017 as driver is available in the linux-next tree.
 	  in 2017 as driver is available in the linux-next tree.
 
 
+comment "Legacy options removed in 2022.05"
+
 config BR2_PACKAGE_KTAP
 config BR2_PACKAGE_KTAP
 	bool "ktap removed"
 	bool "ktap removed"
 	select BR2_LEGACY
 	select BR2_LEGACY