From 68e76c9a6c1a27cbdc145a2a42f643223d478827 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Thu, 21 Oct 2010 08:54:36 +0000 Subject: [PATCH] uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112) SVN-Revision: 23567 --- package/uboot-kirkwood/Makefile | 2 +- package/uboot-xburst/Makefile | 2 +- 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 -- 2.30.2