Explorar el Código

fix typo in Makefile

Thanks to Stefan Hellermann for pointing this out!

SVN-Revision: 35042
Mirko Vogt hace 13 años
padre
commit
d73104d680
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/boot/uboot-xburst/Makefile

+ 1 - 1
package/boot/uboot-xburst/Makefile

@@ -53,7 +53,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/Configure