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

Commit 0d643a8636 which removed the
BR2_PACKAGE_LIGHTTPD_LIBEV symbol was originally meant for next and
therefore introduced the "Legacy options removed in 2025.11" comment.
However, in the end it was still applied to master for 2025.08, so the
legacy symbol was incorrectly placed.

Fix that.

Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Arnout Vandecappelle
2025-09-01 08:11:00 +02:00
parent c7af01f47a
commit 8e91db90e2

View File

@@ -144,7 +144,7 @@ endif
###############################################################################
comment "Legacy options removed in 2025.11"
comment "Legacy options removed in 2025.08"
config BR2_PACKAGE_LIGHTTPD_LIBEV
bool "lighttpd removed libev support"
@@ -152,8 +152,6 @@ config BR2_PACKAGE_LIGHTTPD_LIBEV
help
Lighttpd 1.4.80 removed optional libev support.
comment "Legacy options removed in 2025.08"
config BR2_PACKAGE_LIBSVGTINY
bool "libsvgtiny has been removed"
select BR2_LEGACY