summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiji Yang2026-04-10 11:02:03 +0000
committerNick Hainke2026-04-12 08:28:25 +0000
commit75f2f960caa03dd2d1aa1bc38de908bb5a47c979 (patch)
treefa59fbe56c967c69ef8b8bdd1c853ee2d35fb102
parente249f79723c77f5570145a34b08c4ab610296c2a (diff)
downloadopenwrt-main.tar.gz
tools/mkimage: use full defconfig nameHEADmastermain
The defconfig file used to build tools is "tools-only_defconfig". Though u-boot scripts can still automatically handle the old style name for compatibility reason, it's better to use the correct name. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/22844 Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r--tools/mkimage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index d274106d7c..7a4b0c1a34 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -26,7 +26,7 @@ define Host/Configure
HOSTLDFLAGS="$(HOST_LDFLAGS)" \
PKG_CONFIG_EXTRAARGS="--static" \
V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1) \
- tools-only_config
+ tools-only_defconfig
$(HOST_BUILD_DIR)/scripts/config \
--file $(HOST_BUILD_DIR)/.config \