aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2021-06-08 03:53:00 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-07-25 13:52:38 +0200
commit0208b3ba56f67b9d6bfdf15b9e6942de5c0188c7 (patch)
treeb6350b180dbead3200e810b5fe2b2a6a24aa4ee7 /package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch
parent713be7543909b79fbbccdea297e306cb3d3adb0c (diff)
downloadupstream-0208b3ba56f67b9d6bfdf15b9e6942de5c0188c7.tar.gz
upstream-0208b3ba56f67b9d6bfdf15b9e6942de5c0188c7.tar.bz2
upstream-0208b3ba56f67b9d6bfdf15b9e6942de5c0188c7.zip
uboot-mvebu: update to v2021.07
Refresh the patches. Switch to AUTORELEASE while at it. Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch')
-rw-r--r--package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch b/package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch
index eb0b05e4c6..2e7cf6663b 100644
--- a/package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch
+++ b/package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch
@@ -3,7 +3,7 @@ needed dependencies are added too.
--- a/tools/Makefile
+++ b/tools/Makefile
-@@ -158,7 +158,7 @@ ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CON
+@@ -168,7 +168,7 @@ ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CON
HOSTCFLAGS_kwbimage.o += \
$(shell pkg-config --cflags libssl libcrypto 2> /dev/null || echo "")
HOSTLDLIBS_mkimage += \