aboutsummaryrefslogtreecommitdiffstats
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
commite729fd36406c261386434947fe193059a7ed1133 (patch)
treedc85bdf3757929ea51fb02d06e7b84da297614be /package/boot/uboot-xburst
parent156686ddcf21593880307f999a6f7b70f3f4fad3 (diff)
downloadmaster-187ad058-e729fd36406c261386434947fe193059a7ed1133.tar.gz
master-187ad058-e729fd36406c261386434947fe193059a7ed1133.tar.bz2
master-187ad058-e729fd36406c261386434947fe193059a7ed1133.zip
[package/boot/uboot-xburst] fix typo in Makefile
Thanks to Stefan Hellermann for pointing this out! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35042 3c298f89-4303-0410-b956-a3cf2f4a3e73
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