diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-15 21:23:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-15 21:23:58 +0100 |
commit | 12b3bedeb67dbf9bbf082c91aa50ee5d004e0d41 (patch) | |
tree | 99841b675b9c49ed611928f58e7ad29cbdd24c41 /target/linux/patches/5.10.93/darwin-dtc.patch | |
parent | 7833b797b8907c1e1b8981d9f586ed6adc7686c6 (diff) |
linux: update 5.10.x to latest
Diffstat (limited to 'target/linux/patches/5.10.93/darwin-dtc.patch')
-rw-r--r-- | target/linux/patches/5.10.93/darwin-dtc.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/patches/5.10.93/darwin-dtc.patch b/target/linux/patches/5.10.93/darwin-dtc.patch deleted file mode 100644 index 0cdc23ab4..000000000 --- a/target/linux/patches/5.10.93/darwin-dtc.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Nur linux-4.19.132.orig/scripts/dtc/dtc.h linux-4.19.132/scripts/dtc/dtc.h ---- linux-4.19.132.orig/scripts/dtc/dtc.h 2020-07-09 09:37:13.000000000 +0200 -+++ linux-4.19.132/scripts/dtc/dtc.h 2020-07-15 02:38:00.000000000 +0200 -@@ -33,8 +33,8 @@ - #include <unistd.h> - #include <inttypes.h> - --#include <libfdt_env.h> --#include <fdt.h> -+#include "libfdt/libfdt_env.h" -+#include "libfdt/fdt.h" - - #include "util.h" - -diff -Nur linux-4.19.132.orig/scripts/dtc/util.c linux-4.19.132/scripts/dtc/util.c ---- linux-4.19.132.orig/scripts/dtc/util.c 2020-07-09 09:37:13.000000000 +0200 -+++ linux-4.19.132/scripts/dtc/util.c 2020-07-15 02:38:18.000000000 +0200 -@@ -32,7 +32,7 @@ - #include <fcntl.h> - #include <unistd.h> - --#include "libfdt.h" -+#include "libfdt/libfdt.h" - #include "util.h" - #include "version_gen.h" - |