From a348fd273be2cf5bbb9195f3c480d96bb3d0ee4a Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Mon, 25 Mar 2024 16:26:58 +0100 Subject: [PATCH] d1: add RTL8723DS wifi support to MangoPi MQ-Pro The board has an RTL8723DS onboard (called Trolink TL8723DS) - add the required modules to support it. Signed-off-by: Zoltan HERPAI --- target/linux/d1/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/d1/image/Makefile b/target/linux/d1/image/Makefile index f13af6dbde..eae120f7b4 100644 --- a/target/linux/d1/image/Makefile +++ b/target/linux/d1/image/Makefile @@ -73,7 +73,7 @@ define Device/mangopi_mq_pro DEVICE_VENDOR := MangoPi DEVICE_MODEL := MQ Pro DEVICE_DTS := allwinner/sun20i-d1-mangopi-mq-pro - DEVICE_PACKAGES += kmod-rtl8723bs + DEVICE_PACKAGES += kmod-rtw88-8723ds wpad-basic-mbedtls UBOOT := mangopi_mq_pro endef TARGET_DEVICES += mangopi_mq_pro -- 2.30.2