[Buildroot] [git commit branch/2022.05.x] Config.in.legacy: add missing select

Peter Korsgaard peter at korsgaard.com
Fri Sep 16 10:18:10 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=e965d938dbbd00de5ca4a1a54631098bc3c32288
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.05.x

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 <ricardo.martincoski at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit e07fcf80bc5347075629b222402ad29008de64b7)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 Config.in.legacy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Config.in.legacy b/Config.in.legacy
index 8b8c9ec39b..d71ed2453a 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -3888,6 +3888,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



More information about the buildroot mailing list