From 2adb3dbaa4033fa661402de390e2585ab40baa0d Mon Sep 17 00:00:00 2001 From: Qvy-PNG Date: Sun, 3 Aug 2025 15:26:57 +0200 Subject: [PATCH] improve WiFi support for the sun50iw1 board family - compile the 8723cs kernel module for Sunxi64 current and edge kernel - run-tested on the Pine64 --- config/kernel/linux-sunxi64-current.config | 1 + config/kernel/linux-sunxi64-edge.config | 1 + 2 files changed, 2 insertions(+) diff --git a/config/kernel/linux-sunxi64-current.config b/config/kernel/linux-sunxi64-current.config index c1b7bae21..e1e9ea912 100644 --- a/config/kernel/linux-sunxi64-current.config +++ b/config/kernel/linux-sunxi64-current.config @@ -903,6 +903,7 @@ CONFIG_RTW88_8822BU=m CONFIG_RTW88_8822CS=m CONFIG_RTW88_8822CU=m CONFIG_RTW88_8723DS=m +CONFIG_RTW88_8723CS=m CONFIG_RTW88_8723DU=m CONFIG_RTW88_8821CS=m CONFIG_RTW88_8821CU=m diff --git a/config/kernel/linux-sunxi64-edge.config b/config/kernel/linux-sunxi64-edge.config index 0d8c9a9d6..e737f9e0c 100644 --- a/config/kernel/linux-sunxi64-edge.config +++ b/config/kernel/linux-sunxi64-edge.config @@ -883,6 +883,7 @@ CONFIG_RTW88_8822BU=m CONFIG_RTW88_8822CS=m CONFIG_RTW88_8822CU=m CONFIG_RTW88_8723DS=m +CONFIG_RTW88_8723CS=m CONFIG_RTW88_8723DU=m CONFIG_RTW88_8821CS=m CONFIG_RTW88_8821CU=m