diff options
| author | Frank Wunderlich | 2026-01-06 22:16:14 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-01-24 21:10:57 +0000 |
| commit | 2d45172138203e5b2a7619146ad8e71aa5295736 (patch) | |
| tree | d03355aa2c2cbe4ab726f30a354f182ed537fecd | |
| parent | 6141cd1dbc92ef1466d344decbf5332ccb805768 (diff) | |
| download | openwrt-2d45172138203e5b2a7619146ad8e71aa5295736.tar.gz | |
uboot-mediatek: add mt7988 4bg builds
This allows builds for Bananapi R4 (Pro) with 8GB RAM.
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Link: https://github.com/openwrt/openwrt/pull/21437
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-mediatek/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index d626e0398c..383fd22278 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -925,7 +925,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-emmc BL2_BOOTDEV:=emmc BL2_SOC:=mt7988 BL2_DDRTYPE:=comb - DEPENDS:=+trusted-firmware-a-mt7988-emmc-comb + DEPENDS:=+trusted-firmware-a-mt7988-emmc-comb +trusted-firmware-a-mt7988-emmc-comb-4bg endef define U-Boot/mt7988_bananapi_bpi-r4-sdmmc @@ -937,7 +937,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-sdmmc BL2_BOOTDEV:=sdmmc BL2_SOC:=mt7988 BL2_DDRTYPE:=comb - DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb + DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb +trusted-firmware-a-mt7988-sdmmc-comb-4bg endef define U-Boot/mt7988_bananapi_bpi-r4-snand @@ -949,7 +949,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-snand BL2_BOOTDEV:=spim-nand-ubi BL2_SOC:=mt7988 BL2_DDRTYPE:=comb - DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-ubi-comb + DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-ubi-comb +trusted-firmware-a-mt7988-spim-nand-ubi-comb-4bg endef define U-Boot/mt7988_bananapi_bpi-r4-poe-emmc @@ -961,7 +961,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-poe-emmc BL2_BOOTDEV:=emmc BL2_SOC:=mt7988 BL2_DDRTYPE:=comb - DEPENDS:=+trusted-firmware-a-mt7988-emmc-comb + DEPENDS:=+trusted-firmware-a-mt7988-emmc-comb +trusted-firmware-a-mt7988-emmc-comb-4bg endef define U-Boot/mt7988_bananapi_bpi-r4-poe-sdmmc @@ -973,7 +973,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-poe-sdmmc BL2_BOOTDEV:=sdmmc BL2_SOC:=mt7988 BL2_DDRTYPE:=comb - DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb + DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb +trusted-firmware-a-mt7988-sdmmc-comb-4bg endef define U-Boot/mt7988_bananapi_bpi-r4-poe-snand @@ -985,7 +985,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-poe-snand BL2_BOOTDEV:=spim-nand-ubi BL2_SOC:=mt7988 BL2_DDRTYPE:=comb - DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-ubi-comb + DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-ubi-comb +trusted-firmware-a-mt7988-spim-nand-ubi-comb-4bg endef define U-Boot/mt7987_rfb-emmc |