projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9613d97
)
uboot-ar71xx: fix build error
author
Felix Fietkau
<nbd@nbd.name>
Thu, 6 Apr 2017 14:24:46 +0000
(16:24 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 6 Apr 2017 14:25:08 +0000
(16:25 +0200)
The HOSTCFLAGS override only works on newer u-boot versions
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/boot/uboot-ar71xx/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-ar71xx/Makefile
b/package/boot/uboot-ar71xx/Makefile
index e0bc39fe943f092c5fa55674615055cdd399dc5f..e6e6cbbd4405bbc7e9296f57aa4214695dcf5485 100644
(file)
--- a/
package/boot/uboot-ar71xx/Makefile
+++ b/
package/boot/uboot-ar71xx/Makefile
@@
-26,6
+26,8
@@
define U-Boot/nbg460n_550n_550nh
HIDDEN:=y
endef
+UBOOT_MAKE_FLAGS :=
+
UBOOT_TARGETS:=nbg460n_550n_550nh
$(eval $(call BuildPackage/U-Boot))