diff options
| author | Prasun Maiti | 2022-10-12 08:32:43 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2022-11-09 19:47:43 +0000 |
| commit | ce1346a8fc0ce9640a4ecbc37bc1686a25c1165d (patch) | |
| tree | 2acabe95afa6ebbf197f4de9ad92082f4a4b107b | |
| parent | a06e023b4e124dad2b2ddf3db87cb804b7043b26 (diff) | |
| download | openwrt-ce1346a8fc0ce9640a4ecbc37bc1686a25c1165d.tar.gz | |
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@gmail.com>
| -rw-r--r-- | config/Config-images.in | 1 |
1 files changed, 1 insertions, 0 deletions
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)" |