From dd294ddb939f6ce9ba7794cc29f2384d13e1b836 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Thu, 1 Feb 2024 16:15:22 +0800 Subject: [PATCH] Bump to 23.05.3 --- .buildbot/openwrt/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildbot/openwrt/Dockerfile b/.buildbot/openwrt/Dockerfile index 953f9cf..4a5256d 100644 --- a/.buildbot/openwrt/Dockerfile +++ b/.buildbot/openwrt/Dockerfile @@ -9,10 +9,10 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=UTC \ gettext xsltproc wget unzip python python3-distutils # Board build parameters -ENV OPENWRT_VERSION=22.03.2 +ENV OPENWRT_VERSION=23.05.2 ENV OPENWRT_TARGET=bcm27xx ENV OPENWRT_DEVICE=bcm2711 -ENV OPENWRT_CC=gcc-11.2.0_musl +ENV OPENWRT_CC=gcc-12.3.0_musl RUN mkdir /Downloads