aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-xburst
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>2010-10-21 08:54:36 +0000
committerVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>2010-10-21 08:54:36 +0000
commit771ce7893234d22ee69a396b11e8390b1975a5f4 (patch)
tree047eb8087cda234b6b3ca7e7b01100b09c01ade9 /package/uboot-xburst
parent1ff982fcd9d98d1f92319eb9609c80730e0bbbbf (diff)
downloadupstream-771ce7893234d22ee69a396b11e8390b1975a5f4.tar.gz
upstream-771ce7893234d22ee69a396b11e8390b1975a5f4.tar.bz2
upstream-771ce7893234d22ee69a396b11e8390b1975a5f4.zip
[package] uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23567 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-xburst')
-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