Bump buildroot to 2023.02-rc2 (#2374)
* Update config for Buildroot 2023.02 * Use Buildroot's version of the rtl8821cu package Buildroot provides a newer driver for the RTL8821CU based chipsets provided by https://github.com/morrownr/8821cu-20210118. * Pass argument when verifying partition table This also avoids running into a segmentation fault in the current version of sgdisk. * Remove obsolte GRUB2/NetworkManager patches * Bump buildroot * buildroot 90aa1a6daa...4832525e6c (4596): > package/runc: add support for CGroup device permission updates > package/network-manager: fix build with -Dmodem_manager=false > package/dbus-broker: bump to release 33 > package/iptables: Allow to use iptables with nf_tables backend > package/brcmfmac_sdio-firmware-rpi: bump to latest version > package/linux-firmware: Deploy fewer Intel WiFi 22000 series variants > package/linux-firmware: Add more Intel WiFi 22000 series variants > package/linux-firmware: Add Broadcom BNX2 firmware > package/rpi-firmware: bump version to 1.20230106 > Update for 2023.02-rc2 * Use Ubuntu 22.04 for CI checks * Bump xe-guest-utilities to 7.33.0 * Remove unnecessary shellcheck ignore for xe-guest-utilities * Address new buildroot check-packages issues
This commit is contained in:
@@ -6,8 +6,8 @@ BR2_OPTIMIZE_2=y
|
||||
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_HASSOS_PATH)/patches"
|
||||
BR2_SSP_REGULAR=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16=y
|
||||
BR2_GCC_VERSION_9_X=y
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
|
||||
BR2_GCC_VERSION_11_X=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_GCC_ENABLE_LTO=y
|
||||
BR2_TARGET_GENERIC_HOSTNAME="homeassistant"
|
||||
@@ -73,6 +73,9 @@ BR2_PACKAGE_NETWORK_MANAGER=y
|
||||
BR2_PACKAGE_IPTABLES_NFTABLES=y
|
||||
BR2_PACKAGE_IPTABLES_NFTABLES_DEFAULT=y
|
||||
BR2_PACKAGE_WIRELESS_REGDB=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_DBUS=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_DBUS_INTROSPECTION=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_WEXT=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y
|
||||
|
||||
Reference in New Issue
Block a user