uboot-mediatek: mark MT7621 variants as @BROKEN

Building U-Boot for the MT7621 SoC requires binman, a Python-based
host tool to generate images. For now, binman cannot work inside the
OpenWrt build system because it requires swig, so mark the MT7621
boards as borken to fix the ramips/mt7621 build until someone with
knowledge about Python and swig fixes the underlaying issue.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2022-07-12 19:55:38 +01:00
parent 64fb5ae67a
commit e760f065c6
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA

View File

@ -51,6 +51,7 @@ define U-Boot/mt7621_rfb
BUILD_TARGET:=ramips
BUILD_SUBTARGET:=mt7621
UBOOT_IMAGE:=u-boot-mt7621.bin
DEPENDS:=@BROKEN
endef
define U-Boot/mt7621_nand_rfb
@ -60,6 +61,7 @@ define U-Boot/mt7621_nand_rfb
BUILD_TARGET:=ramips
BUILD_SUBTARGET:=mt7621
UBOOT_IMAGE:=u-boot-mt7621.bin
DEPENDS:=@BROKEN
endef
define U-Boot/mt7622_rfb1