From: Mirko Vogt Date: Mon, 7 Jan 2013 17:11:15 +0000 (+0000) Subject: fix typo in Makefile X-Git-Tag: reboot~11674 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d73104d680a3e569c39c9dc5a488f00a4278dc98;p=openwrt%2Fopenwrt.git fix typo in Makefile Thanks to Stefan Hellermann for pointing this out! SVN-Revision: 35042 --- 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