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