uboot-mediatek: mark mt7620 build as @BROKEN
Turns out also mt7620 build has a more hidden dependency on binman. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
e760f065c6
commit
a7a3a04a2c
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ define U-Boot/mt7620_rfb
|
||||||
BUILD_TARGET:=ramips
|
BUILD_TARGET:=ramips
|
||||||
BUILD_SUBTARGET:=mt7620
|
BUILD_SUBTARGET:=mt7620
|
||||||
UBOOT_IMAGE:=u-boot-with-spl.bin
|
UBOOT_IMAGE:=u-boot-with-spl.bin
|
||||||
|
DEPENDS:=@BROKEN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define U-Boot/mt7620_mt7530_rfb
|
define U-Boot/mt7620_mt7530_rfb
|
||||||
|
@ -42,6 +43,7 @@ define U-Boot/mt7620_mt7530_rfb
|
||||||
BUILD_TARGET:=ramips
|
BUILD_TARGET:=ramips
|
||||||
BUILD_SUBTARGET:=mt7620
|
BUILD_SUBTARGET:=mt7620
|
||||||
UBOOT_IMAGE:=u-boot-with-spl.bin
|
UBOOT_IMAGE:=u-boot-with-spl.bin
|
||||||
|
DEPENDS:=@BROKEN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define U-Boot/mt7621_rfb
|
define U-Boot/mt7621_rfb
|
||||||
|
|
Loading…
Reference in a new issue