[Buildroot] [git commit] Config.in.legacy: fix release where LIGHTTPD_LIBEV was removed

Arnout Vandecappelle arnout at rnout.be
Mon Sep 1 06:11:00 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=8e91db90e28032548e46aec8490309bd56a4f7db
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit 0d643a8636420a85512aae69932bba2fbe9e5829 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 at rnout.be>
---
 Config.in.legacy | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Config.in.legacy b/Config.in.legacy
index c9db36d66f..a8f3f3401e 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -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


More information about the buildroot mailing list