From: Zoltan HERPAI Date: Sun, 24 Mar 2024 17:49:42 +0000 (+0100) Subject: d1: change the wireless module for the LicheePi Nano Dock X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e6e614d2cdb49b729f243deecea92d9e7ac4d663;p=openwrt%2Fstaging%2Fwigyori.git d1: change the wireless module for the LicheePi Nano Dock The correct adapter on the board is the RTL8723DS (not the BS). Select the newly packaged wireless driver, and also select wpad-basic to make some use of the interface. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/d1/image/Makefile b/target/linux/d1/image/Makefile index aadf1807e7..f13af6dbde 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-rtl8723bs + DEVICE_PACKAGES += kmod-rtw88-8723ds wpad-basic-mbedtls UBOOT := lichee_rv_dock endef TARGET_DEVICES += lichee_rv_dock