summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2024-09-02 09:20:13 +0000
committerFelix Fietkau2024-09-02 10:42:05 +0000
commitbc2e5f10d4e8ee173c5d8d13b27263d5f19044b6 (patch)
tree7bb8895aac7f06a7c8e2f4c66aa1f9c58d7fa901
parentfd3d79862290197091678e9211ba071647756206 (diff)
downloadopenwrt-bc2e5f10d4e8ee173c5d8d13b27263d5f19044b6.tar.gz
uboot-mediatek: add missing dependency for mt7988_rfb-spim-nand
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/boot/uboot-mediatek/Makefile2
1 files changed, 1 insertions, 1 deletions
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