diff --git a/srcpkgs/linux4.14/files/arm64-dotconfig b/srcpkgs/linux4.14/files/arm64-dotconfig index 056c4a9f80d..64c0c5b9659 100644 --- a/srcpkgs/linux4.14/files/arm64-dotconfig +++ b/srcpkgs/linux4.14/files/arm64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.14.112 Kernel Configuration +# Linux/arm64 4.14.125 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -4899,6 +4899,7 @@ CONFIG_DRM_AMDGPU_USERPTR=y # # CONFIG_DRM_AMD_ACP is not set CONFIG_DRM_NOUVEAU=m +CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT=y CONFIG_NOUVEAU_PLATFORM_DRIVER=y CONFIG_NOUVEAU_DEBUG=5 CONFIG_NOUVEAU_DEBUG_DEFAULT=3 diff --git a/srcpkgs/linux4.14/files/i386-dotconfig b/srcpkgs/linux4.14/files/i386-dotconfig index 9239dfc20d4..853864a051f 100644 --- a/srcpkgs/linux4.14/files/i386-dotconfig +++ b/srcpkgs/linux4.14/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 4.14.112 Kernel Configuration +# Linux/i386 4.14.125 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -5091,6 +5091,7 @@ CONFIG_DRM_AMDGPU_USERPTR=y # CONFIG_DRM_AMD_ACP=y CONFIG_DRM_NOUVEAU=m +CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT=y CONFIG_NOUVEAU_DEBUG=5 CONFIG_NOUVEAU_DEBUG_DEFAULT=3 CONFIG_DRM_NOUVEAU_BACKLIGHT=y diff --git a/srcpkgs/linux4.14/files/x86_64-dotconfig b/srcpkgs/linux4.14/files/x86_64-dotconfig index 9b37b5de7ec..42e4b0b0401 100644 --- a/srcpkgs/linux4.14/files/x86_64-dotconfig +++ b/srcpkgs/linux4.14/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 4.14.112 Kernel Configuration +# Linux/x86_64 4.14.125 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -5125,6 +5125,7 @@ CONFIG_DRM_AMDGPU_USERPTR=y # CONFIG_DRM_AMD_ACP=y CONFIG_DRM_NOUVEAU=m +CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT=y CONFIG_NOUVEAU_DEBUG=5 CONFIG_NOUVEAU_DEBUG_DEFAULT=3 CONFIG_DRM_NOUVEAU_BACKLIGHT=y diff --git a/srcpkgs/linux4.14/template b/srcpkgs/linux4.14/template index 1334330c18e..6354586a1a3 100644 --- a/srcpkgs/linux4.14/template +++ b/srcpkgs/linux4.14/template @@ -1,6 +1,6 @@ # Template file for 'linux4.14' pkgname=linux4.14 -version=4.14.124 +version=4.14.125 revision=1 patch_args="-Np1" wrksrc="linux-${version}" @@ -9,7 +9,7 @@ homepage="http://www.kernel.org" license="GPL-2.0-only" short_desc="Linux kernel and modules (${version%.*} series)" distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz" -checksum=7d0d58781eec338e5818b0cd3d8f9ad319177d91a5706fec10d4b26b845cbcb9 +checksum=3e3dbc20215a28385bf46e2d0b8d9019df38ef1ee677e5e8870c7c3cde2ab318 nodebug=yes # -dbg package is generated below manually nostrip=yes