diff options
| author | Daniel Golle | 2025-11-12 14:09:30 +0000 |
|---|---|---|
| committer | Daniel Golle | 2025-11-14 02:25:15 +0000 |
| commit | 971c058cf55f85a295378031ba7f7435cb2a0f6a (patch) | |
| tree | 004de53c0f68616c66c36c4db9100bee0688b728 | |
| parent | 60fc2918dcc2fce71421cf4a75788e253a51b6c8 (diff) | |
| download | openwrt-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.mk | 4 |
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 | \ |