Skip to content

Commit

Permalink
uboot-mediatek: mark MT7621 variants as @broken
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dangowrt committed Jul 12, 2022
1 parent 64fb5ae commit e760f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/boot/uboot-mediatek/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e760f06

Please sign in to comment.