From 2be4b02e2cc6a64a3de83739daa66194af5731eb Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 18 May 2024 15:52:53 +0200 Subject: [PATCH] - updated to 6.6.31 --- kernel-x86.config | 3 ++- kernel-x86_64.config | 3 ++- kernel.spec | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/kernel-x86.config b/kernel-x86.config index 76b73a2..fd03669 100644 --- a/kernel-x86.config +++ b/kernel-x86.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.6.30 Kernel Configuration +# Linux/x86 6.6.31 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (TLD-Linux) 13.2.0 20240401 (release)" CONFIG_CC_IS_GCC=y @@ -6818,6 +6818,7 @@ CONFIG_DRM_PANEL=y # Display Panels # CONFIG_DRM_PANEL_AUO_A030JTN01=m +CONFIG_DRM_PANEL_ILITEK_ILI9341=m CONFIG_DRM_PANEL_ORISETECH_OTA5601A=m CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=m CONFIG_DRM_PANEL_WIDECHIPS_WS2401=m diff --git a/kernel-x86_64.config b/kernel-x86_64.config index fb5fc8d..3cc5117 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.6.30 Kernel Configuration +# Linux/x86 6.6.31 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (TLD-Linux) 13.2.0 20240401 (release)" CONFIG_CC_IS_GCC=y @@ -6909,6 +6909,7 @@ CONFIG_DRM_PANEL=y # Display Panels # CONFIG_DRM_PANEL_AUO_A030JTN01=m +CONFIG_DRM_PANEL_ILITEK_ILI9341=m CONFIG_DRM_PANEL_ORISETECH_OTA5601A=m CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=m CONFIG_DRM_PANEL_WIDECHIPS_WS2401=m diff --git a/kernel.spec b/kernel.spec index 5ba59e1..2256682 100644 --- a/kernel.spec +++ b/kernel.spec @@ -4,7 +4,7 @@ %bcond_with verbose # verbose build (V=1) %define basever 6.6 -%define postver 30 +%define postver 31 %define rel 1 %define __alt_kernel %{nil} @@ -36,7 +36,7 @@ Source0: http://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz # Source0-md5: 452098d80ba925af3a4ab35998f3aef5 %if "%{postver}" != "0" Source1: http://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz -# Source1-md5: 6b647f5c319eb30931edfe7235e336ba +# Source1-md5: b0130fac0428a7eecab82dfca22c1452 %endif Source2: kernel-module-build.pl -- 2.45.1