From e9c36c243b2c3019cf32ff1801ed6448f583248b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 21 Dec 2022 00:08:38 +0100 Subject: [PATCH] Enable Realtek RTL8723AU/RTL8188[CR]U/RTL819[12][CE]U support (#2281) --- buildroot-external/kernel/device-support.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/kernel/device-support.config b/buildroot-external/kernel/device-support.config index ffaccf82c..1286418ef 100644 --- a/buildroot-external/kernel/device-support.config +++ b/buildroot-external/kernel/device-support.config @@ -45,6 +45,7 @@ CONFIG_BT_HCIBTUSB_RTL=y # Wi-Fi Support CONFIG_RTL_CARDS=y CONFIG_RTL8192CU=m +CONFIG_RTL8XXXU=m CONFIG_R8188EU=m CONFIG_WLAN_VENDOR_MEDIATEK=y