Browse Source

uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)

SVN-Revision: 23567
Vasilis Tsiligiannis 15 years ago
parent
commit
68e76c9a6c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/uboot-kirkwood/Makefile
  2. 1 1
      package/uboot-xburst/Makefile

+ 1 - 1
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

+ 1 - 1
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