From d7ab21aed9e4b2109f532780d27b1b44b47ec550 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Mon, 25 Mar 2024 19:51:57 -0700 Subject: [PATCH] Merge OpenWRT 23.05.3 (#1124) --- openwrt.mk | 2 +- patches/709-iperf-fw-restart.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt.mk b/openwrt.mk index 5d0a9739..d62da4f0 100644 --- a/openwrt.mk +++ b/openwrt.mk @@ -2,5 +2,5 @@ OPENWRT_SRC=https://github.com/openwrt/openwrt.git # what branch, tag or commit in this repo? -OPENWRT_COMMIT=v23.05.2 +OPENWRT_COMMIT=v23.05.3 diff --git a/patches/709-iperf-fw-restart.patch b/patches/709-iperf-fw-restart.patch index c03bb85d..06554348 100644 --- a/patches/709-iperf-fw-restart.patch +++ b/patches/709-iperf-fw-restart.patch @@ -5,7 +5,7 @@ Index: openwrt/feeds/packages/net/iperf3/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iperf - PKG_VERSION:=3.15 + PKG_VERSION:=3.16 -PKG_RELEASE:=1 +PKG_RELEASE:=1AREDN