Config.in.legacy: fix release where BR2_PACKAGE_QEMU_TARGET_MICROBLAZEEL was removed

Commit 9a5369effd which removed the
BR2_PACKAGE_QEMU_TARGET_MICROBLAZEEL symbol but forgot to introduce the
new "Legacy options removed in 2026.08" comment.

So the legacy symbol was incorrectly placed under
"Legacy options removed in 2026.05" comment.

Fix that.

Reported-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Romain Naour
2026-05-15 18:21:05 +02:00
committed by Julien Olivain
parent 4ed01e7ed3
commit b5124a6ab3

View File

@@ -144,7 +144,7 @@ endif
############################################################################### ###############################################################################
comment "Legacy options removed in 2026.05" comment "Legacy options removed in 2026.08"
config BR2_PACKAGE_QEMU_TARGET_MICROBLAZEEL config BR2_PACKAGE_QEMU_TARGET_MICROBLAZEEL
bool "qemu target microblazeel removed" bool "qemu target microblazeel removed"
@@ -154,6 +154,8 @@ config BR2_PACKAGE_QEMU_TARGET_MICROBLAZEEL
Version 11.0.0 of qemu folded microblazeel support into Version 11.0.0 of qemu folded microblazeel support into
the microblaze target. the microblaze target.
comment "Legacy options removed in 2026.05"
config BR2_KERNEL_HEADERS_6_19 config BR2_KERNEL_HEADERS_6_19
bool "kernel headers version 6.19.x are no longer supported" bool "kernel headers version 6.19.x are no longer supported"
select BR2_LEGACY select BR2_LEGACY