From 8e91db90e28032548e46aec8490309bd56a4f7db Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Mon, 1 Sep 2025 08:11:00 +0200 Subject: [PATCH] Config.in.legacy: fix release where LIGHTTPD_LIBEV was removed 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 --- 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