uboot-ar71xx: fix build error
The HOSTCFLAGS override only works on newer u-boot versions Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
9613d97b29
commit
8b8ce566d9
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ define U-Boot/nbg460n_550n_550nh
|
||||||
HIDDEN:=y
|
HIDDEN:=y
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
UBOOT_MAKE_FLAGS :=
|
||||||
|
|
||||||
UBOOT_TARGETS:=nbg460n_550n_550nh
|
UBOOT_TARGETS:=nbg460n_550n_550nh
|
||||||
|
|
||||||
$(eval $(call BuildPackage/U-Boot))
|
$(eval $(call BuildPackage/U-Boot))
|
||||||
|
|
Loading…
Reference in a new issue