summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Golle2025-11-12 14:09:30 +0000
committerDaniel Golle2025-11-14 02:25:15 +0000
commit971c058cf55f85a295378031ba7f7435cb2a0f6a (patch)
tree004de53c0f68616c66c36c4db9100bee0688b728
parent60fc2918dcc2fce71421cf4a75788e253a51b6c8 (diff)
downloadopenwrt-971c058cf55f85a295378031ba7f7435cb2a0f6a.tar.gz
mediatek: add mt7987-2p5g-phy-firmware to MT7987 devices
Add mt7987-2p5g-phy-firmware to DEVICES_PACKAGES of the MT7987A RFB as well as the BananaPi R4 Lite. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--target/linux/mediatek/image/filogic.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 12c94902dd..c414ea4739 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -649,7 +649,7 @@ define Device/bananapi_bpi-r4-lite
DEVICE_DTC_FLAGS := --pad 4096
DEVICE_DTS_DIR := ../dts
DEVICE_DTS_LOADADDR := 0x4ff00000
- DEVICE_PACKAGES := kmod-eeprom-at24 \
+ DEVICE_PACKAGES := mt7987-2p5g-phy-firmware kmod-eeprom-at24 \
kmod-gpio-pca953x kmod-i2c-mux-pca954x kmod-rtc-pcf8563 \
kmod-sfp e2fsprogs mkf2fs
BLOCKSIZE := 128k
@@ -1740,7 +1740,7 @@ define Device/mediatek_mt7987a-rfb
DEVICE_DTS_DIR := ../dts
DEVICE_DTC_FLAGS := --pad 4096
DEVICE_DTS_LOADADDR := 0x4ff00000
- DEVICE_PACKAGES := kmod-sfp
+ DEVICE_PACKAGES := mt7987-2p5g-phy-firmware kmod-sfp
KERNEL_LOADADDR := 0x40000000
KERNEL := kernel-bin | gzip
KERNEL_INITRAMFS := kernel-bin | lzma | \