From f342ca08d455a199d15d680aff8fd8265291037b Mon Sep 17 00:00:00 2001 From: Werner Date: Thu, 7 May 2020 10:49:35 +0200 Subject: [PATCH] [sunxi64-current] Enabel RTL8723DS WiFI (#1947) Does not make much sense to include the driver and then not building it. https://github.com/armbian/build/blob/bf34c72c539c8b60b9f14feaec470950328a3309/lib/compilation-prepare.sh#L396 --- config/kernel/linux-sunxi64-current.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/linux-sunxi64-current.config b/config/kernel/linux-sunxi64-current.config index c67b2b2180..97b2a60e21 100644 --- a/config/kernel/linux-sunxi64-current.config +++ b/config/kernel/linux-sunxi64-current.config @@ -2645,7 +2645,7 @@ CONFIG_RTW88=m # CONFIG_WLAN_VENDOR_RSI is not set # CONFIG_WLAN_VENDOR_ST is not set # CONFIG_WLAN_VENDOR_TI is not set -# CONFIG_RTL8723DS is not set +CONFIG_RTL8723DS=m CONFIG_RTL8822BU=m CONFIG_RTL8188EU=m CONFIG_RTL8821CU=m