[package/boot/uboot-xburst] fix typo in Makefile
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Jan 2013 17:11:15 +0000 (17:11 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Jan 2013 17:11:15 +0000 (17:11 +0000)
Thanks to Stefan Hellermann for pointing this out!

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35042 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/boot/uboot-xburst/Makefile

index 1115d25..f4c8ad9 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