[openwrt/openwrt] Revert "build: fix for sourcing target image config a when target is being replaced"
LEDE Commits
lede-commits at lists.infradead.org
Wed Nov 9 13:29:53 PST 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/901366ad66ff904f2aa02fba1e1411580aedebc1
commit 901366ad66ff904f2aa02fba1e1411580aedebc1
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Nov 9 22:28:53 2022 +0100
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 at gmail.com>
---
config/Config-images.in | 1 -
1 file changed, 1 deletion(-)
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)"
More information about the lede-commits
mailing list