From 2e6ecc843ca75f3afbb405fef086992e6015eb37 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 20 Jan 2025 15:28:35 +0000 Subject: [PATCH] 6.13 --- .github/build-nest-v3 | 2 +- nvidia-graphics-drivers-565/debian/rules | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/build-nest-v3 b/.github/build-nest-v3 index d8263ee..56a6051 100644 --- a/.github/build-nest-v3 +++ b/.github/build-nest-v3 @@ -1 +1 @@ -2 \ No newline at end of file +1 \ No newline at end of file diff --git a/nvidia-graphics-drivers-565/debian/rules b/nvidia-graphics-drivers-565/debian/rules index 911d80e..1143047 100644 --- a/nvidia-graphics-drivers-565/debian/rules +++ b/nvidia-graphics-drivers-565/debian/rules @@ -27,11 +27,9 @@ ifeq (amd64,$(DEB_HOST_ARCH)) # Fix build errors on 6.13+ # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/746 - patch -Np2 -i $(CURDIR)/debian/patches/0006-crypto-Add-fix-for-6.13-Module-compilation.patch -d $(CURDIR)/debian/tmp/kernel patch -Np2 -i $(CURDIR)/debian/patches/0006-crypto-Add-fix-for-6.13-Module-compilation.patch -d $(CURDIR)/debian/tmp/kernel-open # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/751 - patch -Np2 -i $(CURDIR)/debian/patches/0007-nvidia-nv-Convert-symbol-namespace-to-string-literal.patch -d $(CURDIR)/debian/tmp/kernel patch -Np2 -i $(CURDIR)/debian/patches/0007-nvidia-nv-Convert-symbol-namespace-to-string-literal.patch -d $(CURDIR)/debian/tmp/kernel-open # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/747 @@ -72,11 +70,9 @@ ifeq (i386,$(DEB_HOST_ARCH)) # Fix build errors on 6.13+ # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/746 - patch -Np2 -i $(CURDIR)/debian/patches/0006-crypto-Add-fix-for-6.13-Module-compilation.patch -d $(CURDIR)/debian/tmp/kernel patch -Np2 -i $(CURDIR)/debian/patches/0006-crypto-Add-fix-for-6.13-Module-compilation.patch -d $(CURDIR)/debian/tmp/kernel-open # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/751 - patch -Np2 -i $(CURDIR)/debian/patches/0007-nvidia-nv-Convert-symbol-namespace-to-string-literal.patch -d $(CURDIR)/debian/tmp/kernel patch -Np2 -i $(CURDIR)/debian/patches/0007-nvidia-nv-Convert-symbol-namespace-to-string-literal.patch -d $(CURDIR)/debian/tmp/kernel-open # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/747