From d857eaad1c0611a2722b91398d45ab8eb72f361a Mon Sep 17 00:00:00 2001 From: Gabriel Lima Date: Fri, 3 Apr 2026 20:50:01 -0300 Subject: [PATCH] Add wpa_supplicant and rtl8821cu driver --- board/raspberrypi/linux_defconfig | 4 ++++ configs/raspberrypi_common_defconfig | 2 ++ 2 files changed, 6 insertions(+) diff --git a/board/raspberrypi/linux_defconfig b/board/raspberrypi/linux_defconfig index 23da0dc..30db6ea 100644 --- a/board/raspberrypi/linux_defconfig +++ b/board/raspberrypi/linux_defconfig @@ -70,6 +70,10 @@ CONFIG_USB_LAN78XX=y CONFIG_USB_USBNET=y CONFIG_USB_NET_SMSC95XX=y CONFIG_BRCMFMAC=m +CONFIG_RTW88=y +CONFIG_RTW88_8821CU=y +CONFIG_RTW88_DEBUG=y +CONFIG_RTW88_DEBUGFS=y CONFIG_ZD1211RW=y CONFIG_INPUT_EVDEV=y # CONFIG_LEGACY_PTYS is not set diff --git a/configs/raspberrypi_common_defconfig b/configs/raspberrypi_common_defconfig index e8fcc76..453059e 100644 --- a/configs/raspberrypi_common_defconfig +++ b/configs/raspberrypi_common_defconfig @@ -33,6 +33,8 @@ BR2_PACKAGE_LIBGPIOD2=y BR2_PACKAGE_LIBGPIOD2_TOOLS=y BR2_PACKAGE_IPERF3=y BR2_PACKAGE_OPENSSH=y +BR2_PACKAGE_WPA_SUPPLICANT=y +BR2_PACKAGE_WPA_SUPPLICANT_WPA3=y BR2_PACKAGE_HTOP=y BR2_PACKAGE_KMOD=y BR2_TARGET_ROOTFS_EXT2=y