diff options
| author | Felix Baumann | 2025-08-27 15:44:19 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-02-22 00:31:27 +0000 |
| commit | 85250b94f643c5989a333e08304244fbc98484ac (patch) | |
| tree | b6c12fd104904f0b7941b123ba2c712c56cb8ac5 | |
| parent | 75c772899c7a655b658577f63f3777ded2568890 (diff) | |
| download | openwrt-85250b94f643c5989a333e08304244fbc98484ac.tar.gz | |
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@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19884
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/image/filogic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |