[package] uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99...
[openwrt.git] / package / uboot-kirkwood / Makefile
index 8724aef..cdf35a4 100644 (file)
@@ -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
This page took 0.024604 seconds and 4 git commands to generate.