From: Vasilis Tsiligiannis Date: Thu, 21 Oct 2010 08:54:36 +0000 (+0000) Subject: uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112) X-Git-Tag: reboot~18635 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68e76c9a6c1a27cbdc145a2a42f643223d478827;p=oweals%2Fopenwrt.git uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112) SVN-Revision: 23567 --- 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