diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-29 15:58:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-29 15:58:30 +0200 |
commit | 7a1ed5a1a42f98f3015112af653f3a2dbfb3f819 (patch) | |
tree | 70f5aea34ee38950f8d6d7313f7ba9093a2963b2 /package/u-boot/patches/patch-tools_Makefile | |
parent | 56d10b3b3b38dc5f8062c79481b800cab5aa3dcd (diff) |
u-boot: update to 2023.07.02
Diffstat (limited to 'package/u-boot/patches/patch-tools_Makefile')
-rw-r--r-- | package/u-boot/patches/patch-tools_Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/u-boot/patches/patch-tools_Makefile b/package/u-boot/patches/patch-tools_Makefile index 505ea209a..c94bd2ada 100644 --- a/package/u-boot/patches/patch-tools_Makefile +++ b/package/u-boot/patches/patch-tools_Makefile @@ -1,6 +1,6 @@ ---- u-boot-2022.10.orig/tools/Makefile 2022-10-03 21:25:32.000000000 +0200 -+++ u-boot-2022.10/tools/Makefile 2023-01-26 10:01:05.399923828 +0100 -@@ -174,9 +174,9 @@ endif +--- u-boot-2023.07.02.orig/tools/Makefile 2023-07-11 17:20:44.000000000 +0200 ++++ u-boot-2023.07.02/tools/Makefile 2023-09-29 15:53:47.464079598 +0200 +@@ -172,9 +172,9 @@ endif # MXSImage needs LibSSL ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_ARMADA_38X)$(CONFIG_TOOLS_LIBCRYPTO),) HOSTCFLAGS_kwbimage.o += \ |