From 541774a7dba4ee68a4890390300969a66e0ec248 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <marek.behun@nic.cz>
Date: Mon, 25 Mar 2024 18:32:54 +0100
Subject: [PATCH] patches/openwrt: uboot-mvebu: Fix bug in patch

---
 .../0057-uboot-mvebu-update-to-version-2024.01.patch            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/openwrt/to-upstream/0057-uboot-mvebu-update-to-version-2024.01.patch b/patches/openwrt/to-upstream/0057-uboot-mvebu-update-to-version-2024.01.patch
index 9ff4b4ca3..5c4b31331 100644
--- a/patches/openwrt/to-upstream/0057-uboot-mvebu-update-to-version-2024.01.patch
+++ b/patches/openwrt/to-upstream/0057-uboot-mvebu-update-to-version-2024.01.patch
@@ -756,7 +756,7 @@ index 0000000000..e4ea465047
 ++		return -EBADMSG;
 ++
 ++	bin2hex(pub_key, &reply[1], 33);
-++	reply[66] = '\0';
+++	pub_key[66] = '\0';
 ++
 ++	return 0;
 ++}
-- 
GitLab