diff options
| author | Felix Fietkau | 2024-09-02 09:20:13 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2024-09-02 10:42:05 +0000 |
| commit | bc2e5f10d4e8ee173c5d8d13b27263d5f19044b6 (patch) | |
| tree | 7bb8895aac7f06a7c8e2f4c66aa1f9c58d7fa901 | |
| parent | fd3d79862290197091678e9211ba071647756206 (diff) | |
| download | openwrt-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/Makefile | 2 |
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 |