diff options
author | Luis Araneda <luaraneda@gmail.com> | 2018-08-11 16:01:56 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-08-13 08:43:58 +0200 |
commit | 09ac4aa86b889446969df10e397798c7fe961515 (patch) | |
tree | 1444e3ec5e7ce0d29f1b3505b1b3ec13c068b18f /package/boot/uboot-zynq/patches/210-link-libcrypto-static.patch | |
parent | 7d1b742b4d18636b26b09142b7265215bf4eff32 (diff) | |
download | upstream-09ac4aa86b889446969df10e397798c7fe961515.tar.gz upstream-09ac4aa86b889446969df10e397798c7fe961515.tar.bz2 upstream-09ac4aa86b889446969df10e397798c7fe961515.zip |
uboot-zynq: update to 2018.07
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Diffstat (limited to 'package/boot/uboot-zynq/patches/210-link-libcrypto-static.patch')
-rw-r--r-- | package/boot/uboot-zynq/patches/210-link-libcrypto-static.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-zynq/patches/210-link-libcrypto-static.patch b/package/boot/uboot-zynq/patches/210-link-libcrypto-static.patch index 3a32ea1eb9..6fe253606e 100644 --- a/package/boot/uboot-zynq/patches/210-link-libcrypto-static.patch +++ b/package/boot/uboot-zynq/patches/210-link-libcrypto-static.patch @@ -3,7 +3,7 @@ needed dependencies are added too. --- a/tools/Makefile +++ b/tools/Makefile -@@ -152,7 +152,7 @@ endif +@@ -146,7 +146,7 @@ endif # MXSImage needs LibSSL ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_ARMADA_38X)$(CONFIG_ARMADA_39X)$(CONFIG_FIT_SIGNATURE),) HOSTLOADLIBES_mkimage += \ |