From: Zoltan HERPAI Date: Sun, 24 Mar 2024 19:53:00 +0000 (+0100) Subject: d1: add bluetooth support to the LicheePi Nano Dock X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=48bfff9bd5b755c11eb42c1e27f974a97299e9fe;p=openwrt%2Fstaging%2Fwigyori.git d1: add bluetooth support to the LicheePi Nano Dock The board has an RTL8723DS BT+wifi, connected via SDIO. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/d1/image/Makefile b/target/linux/d1/image/Makefile index f13af6dbde..13743e67c6 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 UBOOT := lichee_rv_dock endef TARGET_DEVICES += lichee_rv_dock