From ce1346a8fc0ce9640a4ecbc37bc1686a25c1165d Mon Sep 17 00:00:00 2001 From: Prasun Maiti Date: Wed, 12 Oct 2022 14:02:43 +0530 Subject: [PATCH] build: fix for sourcing target image config a when target is being replaced Sourcing of image/Config.in will not happen When a target is installed from target/linux/feeds/ Signed-off-by: Prasun Maiti --- config/Config-images.in | 1 + 1 file changed, 1 insertion(+) diff --git a/config/Config-images.in b/config/Config-images.in index dcd7575c3e..832e672172 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -286,6 +286,7 @@ menu "Target Images" comment "Image Options" source "target/linux/*/image/Config.in" + source "target/linux/feeds/*/image/Config.in" config TARGET_KERNEL_PARTSIZE int "Kernel partition size (in MiB)" -- 2.30.2