From 05bf4fe26b41f978b0745acadcc92eb4e0371844 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Sun, 24 Mar 2024 20:53:00 +0100 Subject: [PATCH] d1: add bluetooth support to the LicheePi Nano Dock The board has an RTL8723DS BT+wifi, connected via SDIO. 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 eae120f7b4..4968cb0eb4 100644 --- a/target/linux/d1/image/Makefile +++ b/target/linux/d1/image/Makefile @@ -63,7 +63,7 @@ define Device/lichee_rv_dock DEVICE_VENDOR := Sipeed DEVICE_MODEL := LicheePi RV (dock) DEVICE_DTS := allwinner/sun20i-d1-lichee-rv-dock - DEVICE_PACKAGES += kmod-rtw88-8723ds wpad-basic-mbedtls + DEVICE_PACKAGES += kmod-rtw88-8723ds wpad-basic-mbedtls kmod-bluetooth kmod-btsdio rtl8723ds-firmware UBOOT := lichee_rv_dock endef TARGET_DEVICES += lichee_rv_dock -- 2.30.2