[PATCH] fix for sourcing target image config a when target is being replaced
Prasun Maiti
prasunmaiti87 at gmail.com
Wed Oct 12 01:32:43 PDT 2022
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 dcd7575..832e672 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)"
--
2.17.1
More information about the openwrt-devel
mailing list