fix typo in Makefile
Thanks to Stefan Hellermann for pointing this out! SVN-Revision: 35042
This commit is contained in:
parent
539b5ac46d
commit
d73104d680
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue