From e942b78ca1c6d4bf6cd10dc592a41e99e2e24e82 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 11 May 2024 22:23:17 +0200 Subject: [PATCH] Config.in.legacy: fix legacy BR2_BINFMT_FLAT_SHARED This legacy option was missing a select BR2_LEGACY. Signed-off-by: Thomas Petazzoni --- Config.in.legacy | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.in.legacy b/Config.in.legacy index 83bb88020a..04b62ffd32 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -148,6 +148,7 @@ comment "Legacy options removed in 2024.05" config BR2_BINFMT_FLAT_SHARED bool "FLAT shared binary format removed" + select BR2_LEGACY help Support for the FLAT shared binary format has been removed: its support was removed from the Linux kernel, and also from