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

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 26 14:45:03 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/522a60cd31686a3d1b6d7ed1229eb68568aa89ac

commit 522a60cd31686a3d1b6d7ed1229eb68568aa89ac
Author: Prasun Maiti <prasunmaiti87 at gmail.com>
AuthorDate: Wed Nov 16 16:33:33 2022 +0530

    build: fix for sourcing targets image config installed via feeds
    
    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>
    Acked-by: Petr Štetiar <ynezz at true.cz>
---
 config/Config-images.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/Config-images.in b/config/Config-images.in
index 0768c5a483..8c4616f37c 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -284,6 +284,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)"




More information about the lede-commits mailing list