From bc59bf2a3565949e66f453b1ae18cfc279981391 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 28 May 2024 01:49:36 +0100 Subject: [PATCH] kernel: add missing patch header Make sure all patches can again be applied using 'git am' on the corresponding linux-stable git tree. Fixes: a7ae4ed0a3 ("kernel: fix tools build breakage on macos with x86") Signed-off-by: Daniel Golle --- target/linux/generic/hack-6.6/200-tools_portability.patch | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/target/linux/generic/hack-6.6/200-tools_portability.patch b/target/linux/generic/hack-6.6/200-tools_portability.patch index 2ea8a68537..5d2b20dcb7 100644 --- a/target/linux/generic/hack-6.6/200-tools_portability.patch +++ b/target/linux/generic/hack-6.6/200-tools_portability.patch @@ -1,3 +1,10 @@ +From a7ae4ed0a3951c45d4a59ee575951b64ae4a23fb Mon Sep 17 00:00:00 2001 +From: Felix Fietkau +Date: Tue, 7 May 2024 12:22:15 +0200 +Subject: [PATCH] kernel: fix tools build breakage on macos with x86 + +Signed-off-by: Felix Fietkau +--- --- a/tools/scripts/Makefile.include +++ b/tools/scripts/Makefile.include @@ -72,8 +72,6 @@ $(call allow-override,CXX,$(CROSS_COMPIL -- 2.30.2