aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-07-12 21:30:47 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-07-12 21:31:38 +0100
commita7a3a04a2c6a0d2a0a9b9dd70210b4289b8365ac (patch)
treed6bc8fb5a95524760cf9f6bb212fcc04da957af1 /package/boot/uboot-mediatek
parente760f065c6fd17005c5458e54d6cc0fb8356b4df (diff)
downloadupstream-a7a3a04a2c6a0d2a0a9b9dd70210b4289b8365ac.tar.gz
upstream-a7a3a04a2c6a0d2a0a9b9dd70210b4289b8365ac.tar.bz2
upstream-a7a3a04a2c6a0d2a0a9b9dd70210b4289b8365ac.zip
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>
Diffstat (limited to 'package/boot/uboot-mediatek')
-rw-r--r--package/boot/uboot-mediatek/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile
index 48e6fd5a33..9c365433ca 100644
--- a/package/boot/uboot-mediatek/Makefile
+++ b/package/boot/uboot-mediatek/Makefile
@@ -33,6 +33,7 @@ define U-Boot/mt7620_rfb
BUILD_TARGET:=ramips
BUILD_SUBTARGET:=mt7620
UBOOT_IMAGE:=u-boot-with-spl.bin
+ DEPENDS:=@BROKEN
endef
define U-Boot/mt7620_mt7530_rfb
@@ -42,6 +43,7 @@ define U-Boot/mt7620_mt7530_rfb
BUILD_TARGET:=ramips
BUILD_SUBTARGET:=mt7620
UBOOT_IMAGE:=u-boot-with-spl.bin
+ DEPENDS:=@BROKEN
endef
define U-Boot/mt7621_rfb