diff options
| author | Christian Marangi | 2022-11-09 21:28:53 +0000 |
|---|---|---|
| committer | Christian Marangi | 2022-11-09 21:28:53 +0000 |
| commit | 901366ad66ff904f2aa02fba1e1411580aedebc1 (patch) | |
| tree | 64a3dfcbc4ae2692c2670f37392e7955dc5d8c56 | |
| parent | ce1346a8fc0ce9640a4ecbc37bc1686a25c1165d (diff) | |
| download | openwrt-901366ad66ff904f2aa02fba1e1411580aedebc1.tar.gz | |
Revert "build: fix for sourcing target image config a when target is being replaced"
This reverts commit ce1346a8fc0ce9640a4ecbc37bc1686a25c1165d.
Seems to cause buildbot compilation to fail and require more testing.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | config/Config-images.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 832e672172..dcd7575c3e 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -286,7 +286,6 @@ 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)" |