[openwrt/openwrt] uboot-mediatek: add missing dependency for mt7988_rfb-spim-nand

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 2 03:42:18 PDT 2024


nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bc2e5f10d4e8ee173c5d8d13b27263d5f19044b6

commit bc2e5f10d4e8ee173c5d8d13b27263d5f19044b6
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Sep 2 11:20:13 2024 +0200

    uboot-mediatek: add missing dependency for mt7988_rfb-spim-nand
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/boot/uboot-mediatek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile
index b3b11a0f7c..431ab54c74 100644
--- a/package/boot/uboot-mediatek/Makefile
+++ b/package/boot/uboot-mediatek/Makefile
@@ -686,7 +686,7 @@ define U-Boot/mt7988_rfb-spim-nand
   BL2_BOOTDEV:=spim-nand
   BL2_SOC:=mt7988
   BL2_DDRTYPE:=comb
-  DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-comb
+  DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-comb +trusted-firmware-a-mt7988-spim-nand-ubi-comb
 endef
 
 define U-Boot/mt7988_rfb-snand




More information about the lede-commits mailing list