Przeglądaj źródła

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 <[email protected]>
Prasun Maiti 3 lat temu
rodzic
commit
ce1346a8fc
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      config/Config-images.in

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