Browse Source

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 <[email protected]>
Acked-by: Petr Štetiar <[email protected]>
Prasun Maiti 3 years ago
parent
commit
522a60cd31
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/Config-images.in

+ 1 - 0
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)"