Skip to content

Commit 4fa4766

Browse files
committed
qualcommbe: kiwi: include Realtek PHY kmod and RTL8261N firmware
Since 6.18 RTL8261N support was added to the generic Realtek PHY driver and was dropped from the downstream driver. So, fix the missing RTL8261N support by including the Realtek PHY kmod and the relevant firmware. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
1 parent eee679b commit 4fa4766

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

target/linux/qualcommbe/image/ipq95xx.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ define Device/8devices_kiwi-dvk
77
DEVICE_MODEL := Kiwi-DVK
88
DEVICE_DTS_CONFIG := config@8dev-kiwi
99
SOC := ipq9570
10-
DEVICE_PACKAGES := kmod-ath12k ath12k-firmware-qcn9274 ipq-wifi-8devices_kiwi f2fsck mkf2fs kmod-sfp kmod-phy-maxlinear
10+
DEVICE_PACKAGES := kmod-ath12k ath12k-firmware-qcn9274 \
11+
ipq-wifi-8devices_kiwi f2fsck mkf2fs kmod-sfp \
12+
kmod-phy-maxlinear kmod-phy-realtek rtl8261n-firmware
1113
IMAGE/factory.bin := qsdk-ipq-factory-nor
1214
endef
1315
TARGET_DEVICES += 8devices_kiwi-dvk

0 commit comments

Comments
 (0)