fix typo in Makefile
authorMirko Vogt <mirko@openwrt.org>
Mon, 7 Jan 2013 17:11:15 +0000 (17:11 +0000)
committerMirko Vogt <mirko@openwrt.org>
Mon, 7 Jan 2013 17:11:15 +0000 (17:11 +0000)
Thanks to Stefan Hellermann for pointing this out!

SVN-Revision: 35042

package/boot/uboot-xburst/Makefile

index 1115d255c366587a1db978cb722aed210ea4d046..f4c8ad9197de92ea53fafd2d5219c037b70dd714 100644 (file)
@@ -53,7 +53,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/Configure