diff options
| author | Daniel Golle | 2024-05-28 00:49:36 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-05-30 09:49:46 +0000 |
| commit | bc59bf2a3565949e66f453b1ae18cfc279981391 (patch) | |
| tree | 53e7cbb5a032bd9acc4b07f7ad5d3cd4294891dc | |
| parent | 7bd571e1b020edfa2be679f4c92a544fa47c0e14 (diff) | |
| download | openwrt-bc59bf2a3565949e66f453b1ae18cfc279981391.tar.gz | |
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 <daniel@makrotopia.org>
| -rw-r--r-- | target/linux/generic/hack-6.6/200-tools_portability.patch | 7 |
1 files changed, 7 insertions, 0 deletions
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 <nbd@nbd.name> +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 <nbd@nbd.name> +--- --- a/tools/scripts/Makefile.include +++ b/tools/scripts/Makefile.include @@ -72,8 +72,6 @@ $(call allow-override,CXX,$(CROSS_COMPIL |