aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
parent471138179600c19346fbe9906435977ce173370e (diff)
downloadupstream-68e76c9a6c1a27cbdc145a2a42f643223d478827.tar.gz
upstream-68e76c9a6c1a27cbdc145a2a42f643223d478827.tar.bz2
upstream-68e76c9a6c1a27cbdc145a2a42f643223d478827.zip
uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)
SVN-Revision: 23567
Diffstat (limited to 'package')
-rw-r--r--package/uboot-kirkwood/Makefile2
-rw-r--r--package/uboot-xburst/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/uboot-kirkwood/Makefile b/package/uboot-kirkwood/Makefile
index 8724aef6d9..cdf35a4caa 100644
--- a/package/uboot-kirkwood/Makefile
+++ b/package/uboot-kirkwood/Makefile
@@ -61,7 +61,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
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