[openwrt/openwrt] uboot-mediatek: mark MT7621 variants as @BROKEN
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 12 11:59:31 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e760f065c6fd17005c5458e54d6cc0fb8356b4df
commit e760f065c6fd17005c5458e54d6cc0fb8356b4df
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Jul 12 19:55:38 2022 +0100
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 at makrotopia.org>
---
package/boot/uboot-mediatek/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile
index a994b8be4d..48e6fd5a33 100644
--- a/package/boot/uboot-mediatek/Makefile
+++ b/package/boot/uboot-mediatek/Makefile
@@ -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
More information about the lede-commits
mailing list