summaryrefslogtreecommitdiffstats
path: root/package/uboot-xburst/Makefile
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>2010-10-21 08:54:36 +0000
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>2010-10-21 08:54:36 +0000
commit68e76c9a6c1a27cbdc145a2a42f643223d478827 (patch)
tree5c668744a7246790c3af8400bdba2822c4275146 /package/uboot-xburst/Makefile
parent471138179600c19346fbe9906435977ce173370e (diff)
downloadmaster-31e0f0ae-68e76c9a6c1a27cbdc145a2a42f643223d478827.tar.gz
master-31e0f0ae-68e76c9a6c1a27cbdc145a2a42f643223d478827.tar.bz2
master-31e0f0ae-68e76c9a6c1a27cbdc145a2a42f643223d478827.zip
uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)
SVN-Revision: 23567
Diffstat (limited to 'package/uboot-xburst/Makefile')
-rw-r--r--package/uboot-xburst/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-xburst/Makefile b/package/uboot-xburst/Makefile
index 893fbf5310..1d340fd5e1 100644
--- a/package/uboot-xburst/Makefile
+++ b/package/uboot-xburst/Makefile
@@ -66,7 +66,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/Prepare