From 593e88a42dff31346af9725eb2b9307bd8a2d34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Mon, 11 Mar 2024 21:55:43 +0100 Subject: [PATCH] OpenWrt: bump to v23.05 from 2024-03-08 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OpenWrt v23.05 releases up to and including v23.05.2 contain a bug which causes some SPI flashes to be partially or fully unwriteable [1]. A workaround for this bug has already been added to the v23.05 branch, but no new version has been released since. Bump OpenWrt to the most recent commit on the v23.05 branch. [1] https://github.com/openwrt/openwrt/pull/14361 Signed-off-by: Fabian Bläse --- buildscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript b/buildscript index c61c7a4c..687973d5 100755 --- a/buildscript +++ b/buildscript @@ -7,7 +7,7 @@ set -o pipefail builddir=./build # OpenWrt: package hashes correspond to core repo version -OPENWRTREV="v23.05.2" +OPENWRTREV="2f2eceab1307d9f9c33f151d442ab97c95bd0400" PACKAGEREV="8e3a1824645f5e73ec44c897ac0755c53fb4a1f8" ROUTINGREV="83ef3784a9092cfd0a900cc28e2ed4e13671d667"