From 0c101d2b350abda2c4804b1e71aac71b3b1b8d51 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 18 May 2025 10:26:58 +0000 Subject: [PATCH] linux: drop patches included in 6.14 --- .../linux-999-no-lzma-in-x86-perf-build.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 packages/linux/patches/default-before-6.14/linux-999-no-lzma-in-x86-perf-build.patch diff --git a/packages/linux/patches/default-before-6.14/linux-999-no-lzma-in-x86-perf-build.patch b/packages/linux/patches/default-before-6.14/linux-999-no-lzma-in-x86-perf-build.patch deleted file mode 100644 index b14cec0af2..0000000000 --- a/packages/linux/patches/default-before-6.14/linux-999-no-lzma-in-x86-perf-build.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config -index 0294bfb6c5f8..153036bbed7e 100644 ---- a/tools/perf/Makefile.config 2025-02-02 23:39:26.000000000 +0000 -+++ b/tools/perf/Makefile.config 2025-02-05 08:55:31.002570025 +0000 -@@ -44,7 +44,7 @@ - CFLAGS += -DHAVE_ARCH_X86_64_SUPPORT - ARCH_INCLUDE = ../../arch/x86/lib/memcpy_64.S ../../arch/x86/lib/memset_64.S - ifndef NO_LIBUNWIND -- LIBUNWIND_LIBS = -lunwind-x86_64 -lunwind -llzma -+ LIBUNWIND_LIBS = -lunwind-x86_64 -lunwind - endif - $(call detected,CONFIG_X86_64) - else