diff options
| author | Prasun Maiti | 2022-11-16 11:03:33 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2023-02-26 21:22:48 +0000 |
| commit | 522a60cd31686a3d1b6d7ed1229eb68568aa89ac (patch) | |
| tree | 82be348f8e3b0d012c30b82f50629b9a19068991 | |
| parent | 9df035b3ea674279bdf1d1c6bfeffe7eb52bb69f (diff) | |
| download | openwrt-522a60cd31686a3d1b6d7ed1229eb68568aa89ac.tar.gz | |
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@gmail.com>
Acked-by: Petr Štetiar <ynezz@true.cz>
| -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 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)" |