Linux: Update kernel 6.1.12 for non-Raspberry Pi systems (#2358)

* Linux: Update kernel 6.1.12

* Update generic_raw_uart to build with Linux 6.1

* Update Realtek rtl8821cu/rtl88x2bu to build with Linux 6.1

* Bump buildroot

* buildroot 43f82f01b9...90aa1a6daa (1):
  > rtl8812au-aircrack-ng: bump to latest rev d98018

* Fix eq3_char_loop to build with Linux 6.1

* rtl8821cu: make sure -Werror is disabled for the kernel build

* generic_raw_uart: make sure -Werror is disabled for the kernel build
This commit is contained in:
Stefan Agner
2023-02-16 14:53:38 +01:00
committed by GitHub
parent 26757f17e8
commit 25c672a27f
35 changed files with 230 additions and 190 deletions

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
sha256 5bf0ec821f8492ebaaa367c47be35ce543ba3a3a6c04a3824ebfc33ddb9f0f42 generic_raw_uart-020698473cf9b980a1962b5ddd7ed4c9d58164e2.tar.gz
sha256 bb51b925faa09387ab7fbc8543e34e5e68372c050237e958d75a580cc6f1322a generic_raw_uart-1fc8bcc306e509bb32950b6f8d9e3bc64a6ad674.tar.gz

View File

@@ -13,11 +13,15 @@
#
################################################################################
GENERIC_RAW_UART_VERSION = 020698473cf9b980a1962b5ddd7ed4c9d58164e2
GENERIC_RAW_UART_VERSION = 1fc8bcc306e509bb32950b6f8d9e3bc64a6ad674
GENERIC_RAW_UART_SITE = $(call github,alexreinert,piVCCU,$(GENERIC_RAW_UART_VERSION))
GENERIC_RAW_UART_LICENSE = GPL2
GENERIC_RAW_UART_LICENSE_FILES = LICENSE
GENERIC_RAW_UART_MODULE_SUBDIRS = kernel
define GENERIC_RAW_UART_LINUX_CONFIG_FIXUPS
$(call KCONFIG_DISABLE_OPT,CONFIG_WERROR)
endef
$(eval $(kernel-module))
$(eval $(generic-package))