From 68e76c9a6c1a27cbdc145a2a42f643223d478827 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Thu, 21 Oct 2010 08:54:36 +0000 Subject: uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112) SVN-Revision: 23567 --- package/uboot-kirkwood/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/uboot-kirkwood') diff --git a/package/uboot-kirkwood/Makefile b/package/uboot-kirkwood/Makefile index 8724aef..cdf35a4 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 -- cgit v1.1