X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fuboot-kirkwood%2FMakefile;h=cdf35a4caa15793de6fe4bcd05b26eed2f5d3748;hb=589d5bb0681d7ee21232f59861e74cfb161db13e;hp=8724aef6d9366bd6321e5b6c748f8a9f7a4714ad;hpb=9ea894c1db4608b086c8e80f2ceb6b725d529b6d;p=openwrt.git diff --git a/package/uboot-kirkwood/Makefile b/package/uboot-kirkwood/Makefile index 8724aef6d9..cdf35a4caa 100644 --- a/package/uboot-kirkwood/Makefile +++ b/package/uboot-kirkwood/Makefile @@ -61,7 +61,7 @@ endef ifdef BUILD_VARIANT $(eval $(call uboot/$(BUILD_VARIANT))) UBOOT_CONFIG:=$(if $(CONFIG),$(CONFIG),$(BUILD_VARIANT)) -UBOOT_IMAGE:=$(if $(IMAGE),$(IMAGE),openwrt-$(BOARD)-$(BUILD_BARIANT)-u-boot.bin) +UBOOT_IMAGE:=$(if $(IMAGE),$(IMAGE),openwrt-$(BOARD)-$(BUILD_VARIANT)-u-boot.bin) endif define Build/Prepare