fix typo in Makefile

Thanks to Stefan Hellermann for pointing this out!

SVN-Revision: 35042
master
Mirko Vogt 12 years ago
parent 539b5ac46d
commit d73104d680
  1. 2
      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

Loading…
Cancel
Save