[PATCH] fix for sourcing target image config a when target is being replaced

Christian Marangi ansuelsmth at gmail.com
Thu Nov 10 06:14:43 PST 2022


On Wed, Oct 12, 2022 at 01:55:16PM +0530, Prasun Maiti wrote:
> From: Prasun Maiti <pmaiti at maxlinear.com>
> 
> Sourcing of image/Config.in will not happen 
> When a target is installed from target/linux/feeds/ 
>

Hi, this patch got reverted after it was merged in master as it cause
wide buildbot compilation failure. This was an RFC and wasn't tested or
we are missing other patch to make this work?

It would be good if you can resubmit this in a v2 or with a RESEND tag.

> Signed-off-by: Prasun Maiti <pmaiti at maxlinear.com>
> ---
>  config/Config-images.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/config/Config-images.in b/config/Config-images.in
> index dcd7575..832e672 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.17.1
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

-- 
	Ansuel



More information about the openwrt-devel mailing list