From e0e74d8a2ced19f46428d30efd388db72d79326b Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 13 Jul 2022 11:28:07 +0100 Subject: uboot-mediatek: unbreak build with binman MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit swig has been installed on the buildbots a while a ago and Petr Štetiar got a fix for the pylibfdt error. Use that and re-enable the builds for mt7620 and mt7621. Refresh patches while at it. Signed-off-by: Daniel Golle --- package/boot/uboot-mediatek/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/boot/uboot-mediatek/Makefile') diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index 9c365433ca..a994b8be4d 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -33,7 +33,6 @@ 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 @@ -43,7 +42,6 @@ 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 @@ -53,7 +51,6 @@ 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 @@ -63,7 +60,6 @@ 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 -- cgit v1.2.3