projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd3d798
)
uboot-mediatek: add missing dependency for mt7988_rfb-spim-nand
author
Felix Fietkau
<nbd@nbd.name>
Mon, 2 Sep 2024 09:20:13 +0000
(11:20 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 2 Sep 2024 10:42:05 +0000
(12:42 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/boot/uboot-mediatek/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-mediatek/Makefile
b/package/boot/uboot-mediatek/Makefile
index b3b11a0f7c9160bc52275454743e21b54170f070..431ab54c742d7524b4d6e11460cab6c3960c7c92 100644
(file)
--- 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