u-boot.mk: update distname

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 86714c768484ad744ab46f402181067e3b2ac79e)
This commit is contained in:
Tianling Shen 2022-07-12 18:40:21 +08:00
parent 457869f0cf
commit 4552ab9218
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -44,7 +44,7 @@ TARGET_DEP = TARGET_$(BUILD_TARGET)$(if $(BUILD_SUBTARGET),_$(BUILD_SUBTARGET))
UBOOT_MAKE_FLAGS = \
HOSTCC="$(HOSTCC)" \
HOSTCFLAGS="$(HOST_CFLAGS) $(HOST_CPPFLAGS) -std=gnu11" \
LOCALVERSION="-OpenWrt-$(REVISION)" \
LOCALVERSION="-ImmortalWrt-$(REVISION)" \
HOSTLDFLAGS="$(HOST_LDFLAGS)"
define Build/U-Boot/Target