diff mbox series

[07/33] Config.in.legacy: add missing select

Message ID 20220814233845.2247022-8-ricardo.martincoski@gmail.com
State Accepted
Headers show
Series fix typos | expand

Commit Message

Ricardo Martincoski Aug. 14, 2022, 11:38 p.m. UTC
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@gmail.com>
---
 Config.in.legacy | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Sept. 16, 2022, 11:40 a.m. UTC | #1
>>>>> "Ricardo" == Ricardo Martincoski <ricardo.martincoski@gmail.com> writes:

 > 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@gmail.com>

Committed to 2022.05.x and 2022.02.x, thanks.
diff mbox series

Patch

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