diff mbox series

[v2] build: fix for sourcing targets image config installed via feeds

Message ID 20221116110333.266-1-prasunmaiti87@gmail.com
State Accepted
Delegated to: Ansuel Smith
Headers show
Series [v2] build: fix for sourcing targets image config installed via feeds | expand

Commit Message

Prasun Maiti Nov. 16, 2022, 11:03 a.m. UTC
Sourcing of image/Config.in will not happen
When a target is installed from target/linux/feeds/

Signed-off-by: Prasun Maiti <prasunmaiti87@gmail.com>
---
 config/Config-images.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Petr Štetiar Dec. 9, 2022, 10:31 a.m. UTC | #1
Prasun Maiti <prasunmaiti87@gmail.com> [2022-11-16 16:33:33]:

Hi Christian,

> Sourcing of image/Config.in will not happen
> When a target is installed from target/linux/feeds/
> 
> Signed-off-by: Prasun Maiti <prasunmaiti87@gmail.com>

I've build tested this on OpenWrt 22.03 and it seems to not break anything, so
since you've this patch assigned here is my:

Acked-by: Petr Štetiar <ynezz@true.cz>
Prasun Maiti Dec. 12, 2022, 12:30 p.m. UTC | #2
Hi  Petr Štetiar,

Thanks a lot for your review and acknowledgement.

Thanks,
Prasun

Thanks,
Prasun


On Fri, Dec 9, 2022 at 4:01 PM Petr Štetiar <ynezz@true.cz> wrote:
>
> Prasun Maiti <prasunmaiti87@gmail.com> [2022-11-16 16:33:33]:
>
> Hi Christian,
>
> > Sourcing of image/Config.in will not happen
> > When a target is installed from target/linux/feeds/
> >
> > Signed-off-by: Prasun Maiti <prasunmaiti87@gmail.com>
>
> I've build tested this on OpenWrt 22.03 and it seems to not break anything, so
> since you've this patch assigned here is my:
>
> Acked-by: Petr Štetiar <ynezz@true.cz>
diff mbox series

Patch

diff --git a/config/Config-images.in b/config/Config-images.in
index dcd7575c3e..abb43664af 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/*/*/image/Config.in"
 
 	config TARGET_KERNEL_PARTSIZE
 		int "Kernel partition size (in MiB)"