Skip to content

Commit 75f2f96

Browse files
DragonBluepPolynomialDivision
authored andcommitted
tools/mkimage: use full defconfig name
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: openwrt#22844 Signed-off-by: Nick Hainke <vincent@systemli.org>
1 parent e249f79 commit 75f2f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/mkimage/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ define Host/Configure
2626
HOSTLDFLAGS="$(HOST_LDFLAGS)" \
2727
PKG_CONFIG_EXTRAARGS="--static" \
2828
V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1) \
29-
tools-only_config
29+
tools-only_defconfig
3030

3131
$(HOST_BUILD_DIR)/scripts/config \
3232
--file $(HOST_BUILD_DIR)/.config \

0 commit comments

Comments
 (0)