diff options
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-mediatek/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |