Skip to content
Snippets Groups Projects
Commit d73104d6 authored by Mirko Vogt's avatar Mirko Vogt
Browse files

fix typo in Makefile

Thanks to Stefan Hellermann for pointing this out!

SVN-Revision: 35042
parent 539b5ac4
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ endef ...@@ -53,7 +53,7 @@ endef
ifdef BUILD_VARIANT ifdef BUILD_VARIANT
$(eval $(call uboot/$(BUILD_VARIANT))) $(eval $(call uboot/$(BUILD_VARIANT)))
UBOOT_CONFIG:=$(if $(CONFIG),$(CONFIG),$(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 endif
define Build/Configure define Build/Configure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment