diff mbox series

Config.in.legacy: add missing binutils 2.36.x entry

Message ID 20230428230618.261911-1-romain.naour@gmail.com
State Accepted
Headers show
Series Config.in.legacy: add missing binutils 2.36.x entry | expand

Commit Message

Romain Naour April 28, 2023, 11:06 p.m. UTC
Commit [1] removed binutils 2.36.1 but forgot to add the legacy
entry.

[1] d08639e6b9e5b687c21c35041bb60a941fc7edb4

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Waldemar Brodkorb <wbx@openadk.org>
---
 Config.in.legacy | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Peter Korsgaard May 1, 2023, 7:29 a.m. UTC | #1
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > Commit [1] removed binutils 2.36.1 but forgot to add the legacy
 > entry.

 > [1] d08639e6b9e5b687c21c35041bb60a941fc7edb4

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > Cc: Waldemar Brodkorb <wbx@openadk.org>

Committed, thanks.
Peter Korsgaard May 2, 2023, 11:24 a.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > Commit [1] removed binutils 2.36.1 but forgot to add the legacy
 > entry.

 > [1] d08639e6b9e5b687c21c35041bb60a941fc7edb4

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > Cc: Waldemar Brodkorb <wbx@openadk.org>

Committed to 2023.02.x, thanks.
diff mbox series

Patch

diff --git a/Config.in.legacy b/Config.in.legacy
index 53649cd3da..7f72594ddc 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -341,6 +341,12 @@  config BR2_PACKAGE_USBREDIR_SERVER
 
 comment "Legacy options removed in 2022.11"
 
+config BR2_BINUTILS_VERSION_2_36_X
+	bool "binutils 2.36.x has been removed"
+	select BR2_LEGACY
+	help
+	  binutils 2.36 has been removed, use a newer version.
+
 config BR2_PACKAGE_RABBITMQ_SERVER
 	bool "rabbitmq-server removed"
 	select BR2_LEGACY