projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
539b5ac
)
fix typo in Makefile
author
Mirko Vogt
<mirko@openwrt.org>
Mon, 7 Jan 2013 17:11:15 +0000
(17:11 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Mon, 7 Jan 2013 17:11:15 +0000
(17:11 +0000)
Thanks to Stefan Hellermann for pointing this out!
SVN-Revision: 35042
package/boot/uboot-xburst/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-xburst/Makefile
b/package/boot/uboot-xburst/Makefile
index 1115d255c366587a1db978cb722aed210ea4d046..f4c8ad9197de92ea53fafd2d5219c037b70dd714 100644
(file)
--- a/
package/boot/uboot-xburst/Makefile
+++ b/
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_
B
ARIANT)-u-boot.bin)
+UBOOT_IMAGE:=$(if $(IMAGE),$(IMAGE),openwrt-$(BOARD)-$(BUILD_
V
ARIANT)-u-boot.bin)
endif
define Build/Configure