From be1bbff3caf4880a8565e828eb3212d24857a0f7 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 23 Jun 2023 00:56:33 +0200 Subject: [PATCH] Enable Realtek 802.11ac wireless chips support (#2600) (#2609) --- buildroot-external/board/pc/generic-x86-64/kernel.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/board/pc/generic-x86-64/kernel.config b/buildroot-external/board/pc/generic-x86-64/kernel.config index 40cf92819..e4737359f 100644 --- a/buildroot-external/board/pc/generic-x86-64/kernel.config +++ b/buildroot-external/board/pc/generic-x86-64/kernel.config @@ -40,6 +40,7 @@ CONFIG_WLAN_VENDOR_REALTEK=y CONFIG_RTL_CARDS=m CONFIG_RTL8723BE=y CONFIG_RTL8723BS=y +CONFIG_RTW88=m CONFIG_NET_VENDOR_STMICRO=y CONFIG_STMMAC_ETH=m