Browse Source

uboot-ar71xx: fix build error

The HOSTCFLAGS override only works on newer u-boot versions

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 8 years ago
parent
commit
8b8ce566d9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/boot/uboot-ar71xx/Makefile

+ 2 - 0
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))