[openwrt/openwrt] mediatek: add the aquantia kmod to bpi-r4

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 21 16:32:25 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/85250b94f643c5989a333e08304244fbc98484ac

commit 85250b94f643c5989a333e08304244fbc98484ac
Author: Felix Baumann <felix.bau at gmx.de>
AuthorDate: Wed Aug 27 17:44:19 2025 +0200

    mediatek: add the aquantia kmod to bpi-r4
    
    The banana pi r4 comes with 2 sfp+ ports running at 10gbps
    Readd support for aquantia sfp+ modules that was removed by
    57a127c9e79db96f4dbf262db9e1a808bd474ddf
    
    Closes: #19878
    Signed-off-by: Felix Baumann <felix.bau at gmx.de>
    Link: https://github.com/openwrt/openwrt/pull/19884
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/image/filogic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 283ee32536..2ae52cdb05 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -672,7 +672,7 @@ define Device/bananapi_bpi-r4-common
   DEVICE_DTS_OVERLAY:= mt7988a-bananapi-bpi-r4-emmc mt7988a-bananapi-bpi-r4-rtc mt7988a-bananapi-bpi-r4-sd
   DEVICE_DTC_FLAGS := --pad 4096
   DEVICE_PACKAGES := kmod-hwmon-pwmfan kmod-i2c-mux-pca954x kmod-eeprom-at24 kmod-mt7996-firmware kmod-mt7996-233-firmware \
-		     kmod-rtc-pcf8563 kmod-sfp kmod-usb3 e2fsprogs f2fsck mkf2fs mt7988-wo-firmware
+		     kmod-rtc-pcf8563 kmod-sfp kmod-phy-aquantia kmod-usb3 e2fsprogs f2fsck mkf2fs mt7988-wo-firmware
   DEVICE_COMPAT_VERSION := 1.1
   DEVICE_COMPAT_MESSAGE := The non-switch ports were renamed to match the board/case labels
   IMAGES := sysupgrade.itb




More information about the lede-commits mailing list