Răsfoiți Sursa

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

SVN-Revision: 23567
Vasilis Tsiligiannis 15 ani în urmă
părinte
comite
68e76c9a6c
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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