[openwrt/openwrt] build: fix for sourcing target image config a when target is being replaced

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 9 11:48:09 PST 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ce1346a8fc0ce9640a4ecbc37bc1686a25c1165d

commit ce1346a8fc0ce9640a4ecbc37bc1686a25c1165d
Author: Prasun Maiti <prasunmaiti87 at gmail.com>
AuthorDate: Wed Oct 12 14:02:43 2022 +0530

    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 <prasunmaiti87 at gmail.com>
---
 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)"




More information about the lede-commits mailing list