From: Felix Fietkau Date: Thu, 6 Apr 2017 14:24:46 +0000 (+0200) Subject: uboot-ar71xx: fix build error X-Git-Tag: v18.06.0-rc1~3168 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=8b8ce566d9c0cccd3c74137a1ef4f060be4a7e75;hp=9613d97b29e4e2d79bd004613fd577c097adbe27 uboot-ar71xx: fix build error The HOSTCFLAGS override only works on newer u-boot versions Signed-off-by: Felix Fietkau --- 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))