From: Prasun Maiti Date: Wed, 12 Oct 2022 08:32:43 +0000 (+0530) Subject: build: fix for sourcing target image config a when target is being replaced X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ce1346a8fc0ce9640a4ecbc37bc1686a25c1165d;p=openwrt%2Fstaging%2Fnoltari.git 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 --- 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)"