aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-04-06 16:24:46 +0200
committerFelix Fietkau <nbd@nbd.name>2017-04-06 16:25:08 +0200
commit8b8ce566d9c0cccd3c74137a1ef4f060be4a7e75 (patch)
tree674a6fa79df677116105e5119dd14d0e0f986e01 /package
parent9613d97b29e4e2d79bd004613fd577c097adbe27 (diff)
downloadupstream-8b8ce566d9c0cccd3c74137a1ef4f060be4a7e75.tar.gz
upstream-8b8ce566d9c0cccd3c74137a1ef4f060be4a7e75.tar.bz2
upstream-8b8ce566d9c0cccd3c74137a1ef4f060be4a7e75.zip
uboot-ar71xx: fix build error
The HOSTCFLAGS override only works on newer u-boot versions Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r--package/boot/uboot-ar71xx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-ar71xx/Makefile b/package/boot/uboot-ar71xx/Makefile
index e0bc39fe94..e6e6cbbd44 100644
--- 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))