[openwrt/openwrt] mediatek: add mt7987-2p5g-phy-firmware to MT7987 devices
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 13 18:26:22 PST 2025
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/971c058cf55f85a295378031ba7f7435cb2a0f6a
commit 971c058cf55f85a295378031ba7f7435cb2a0f6a
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Nov 12 14:09:30 2025 +0000
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 at makrotopia.org>
---
target/linux/mediatek/image/filogic.mk | 4 ++--
1 file 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 | \
More information about the lede-commits
mailing list