diff options
author | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-21 08:54:36 +0000 |
---|---|---|
committer | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-21 08:54:36 +0000 |
commit | 6393008cba9056ddba7fd3856e4f885dede55d4c (patch) | |
tree | 047eb8087cda234b6b3ca7e7b01100b09c01ade9 /package/uboot-xburst/Makefile | |
parent | 413f57040dc4173929e3257226b07a32d1111c0d (diff) |
[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/Makefile')
-rw-r--r-- | package/uboot-xburst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-xburst/Makefile b/package/uboot-xburst/Makefile index 893fbf531..1d340fd5e 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 |