From e07fcf80bc5347075629b222402ad29008de64b7 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 14 Aug 2022 20:38:19 -0300 Subject: [PATCH] Config.in.legacy: add missing select BR2_LINUX_KERNEL_CUSTOM_LOCAL was moved to legacy handling during release 2016.11 but does not select BR2_LEGACY. Add the select, like done by all other symbols in the file. Signed-off-by: Ricardo Martincoski 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 80c443d9fb..03814c0378 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -3953,6 +3953,7 @@ config BR2_PACKAGE_ELEMENTARY config BR2_LINUX_KERNEL_CUSTOM_LOCAL bool "Linux kernel local directory option removed" + select BR2_LEGACY help The option to select a local directory as the source of the Linux kernel has been removed. It hurts reproducibility of