From 6e334906e577990be2242d7defaf9586eb4b1594 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+BT 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 13743e67c6..d00a67f509 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 kmod-bluetooth kmod-btsdio UBOOT := mangopi_mq_pro endef TARGET_DEVICES += mangopi_mq_pro -- 2.30.2