From 7391ac831223d9e0056ea6c21b49b0c0f9ba8703 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 and corresponding feeds 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildscript b/buildscript index c61c7a4c..dcb960ce 100755 --- a/buildscript +++ b/buildscript @@ -7,9 +7,9 @@ set -o pipefail builddir=./build # OpenWrt: package hashes correspond to core repo version -OPENWRTREV="v23.05.2" -PACKAGEREV="8e3a1824645f5e73ec44c897ac0755c53fb4a1f8" -ROUTINGREV="83ef3784a9092cfd0a900cc28e2ed4e13671d667" +OPENWRTREV="2f2eceab1307d9f9c33f151d442ab97c95bd0400" +PACKAGEREV="b1b33235b221b36458942c2cb8f51d0e1d0d8f89" +ROUTINGREV="648753932d5a7deff7f2bdb33c000018a709ad84" # Gluon packages: master from 2020-02-04 GLUONREV="12e41d0ff07ec54bbd67a31ab50d12ca04f2238c"