summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-xburst
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2013-01-07 17:11:15 +0000
committerMirko Vogt <mirko@openwrt.org>2013-01-07 17:11:15 +0000
commitd73104d680a3e569c39c9dc5a488f00a4278dc98 (patch)
tree32eed937ff8c88375e4f44088d2d4e706beb7b2d /package/boot/uboot-xburst
parent539b5ac46ddae92b26675bebf40a7c23936ef391 (diff)
downloadmaster-31e0f0ae-d73104d680a3e569c39c9dc5a488f00a4278dc98.tar.gz
master-31e0f0ae-d73104d680a3e569c39c9dc5a488f00a4278dc98.tar.bz2
master-31e0f0ae-d73104d680a3e569c39c9dc5a488f00a4278dc98.zip
fix typo in Makefile
Thanks to Stefan Hellermann for pointing this out! SVN-Revision: 35042
Diffstat (limited to 'package/boot/uboot-xburst')
-rw-r--r--package/boot/uboot-xburst/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-xburst/Makefile b/package/boot/uboot-xburst/Makefile
index 1115d255c3..f4c8ad9197 100644
--- a/package/boot/uboot-xburst/Makefile
+++ b/package/boot/uboot-xburst/Makefile
@@ -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