mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-22 07:12:01 +04:00
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>
This commit is contained in:
committed by
Robert Marko
parent
eee679b9b3
commit
4fa4766986
@@ -7,7 +7,9 @@ define Device/8devices_kiwi-dvk
|
||||
DEVICE_MODEL := Kiwi-DVK
|
||||
DEVICE_DTS_CONFIG := config@8dev-kiwi
|
||||
SOC := ipq9570
|
||||
DEVICE_PACKAGES := kmod-ath12k ath12k-firmware-qcn9274 ipq-wifi-8devices_kiwi f2fsck mkf2fs kmod-sfp kmod-phy-maxlinear
|
||||
DEVICE_PACKAGES := kmod-ath12k ath12k-firmware-qcn9274 \
|
||||
ipq-wifi-8devices_kiwi f2fsck mkf2fs kmod-sfp \
|
||||
kmod-phy-maxlinear kmod-phy-realtek rtl8261n-firmware
|
||||
IMAGE/factory.bin := qsdk-ipq-factory-nor
|
||||
endef
|
||||
TARGET_DEVICES += 8devices_kiwi-dvk
|
||||
|
||||
Reference in New Issue
Block a user