summaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-07 17:11:15 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-07 17:11:15 +0000
commitbb00306bb1770430d77aad8e5e0a148d8bb20b36 (patch)
treedc85bdf3757929ea51fb02d06e7b84da297614be /package/boot
parent907de6472ac40b6b8b1c2e6857d1e0332b87ed52 (diff)
[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')
-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 1115d255c..f4c8ad919 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