diff options
author | Mirko Vogt <mirko@openwrt.org> | 2013-01-07 17:11:15 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2013-01-07 17:11:15 +0000 |
commit | e729fd36406c261386434947fe193059a7ed1133 (patch) | |
tree | dc85bdf3757929ea51fb02d06e7b84da297614be /package/boot/uboot-xburst | |
parent | 156686ddcf21593880307f999a6f7b70f3f4fad3 (diff) | |
download | upstream-e729fd36406c261386434947fe193059a7ed1133.tar.gz upstream-e729fd36406c261386434947fe193059a7ed1133.tar.bz2 upstream-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/Makefile | 2 |
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 |