From 0532015a2968fd09c8d9c0044b509324cbca7ec8 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 29 Oct 2024 10:45:00 +0100 Subject: [PATCH] mwan3: bump PKG_RELEASE Forgot to bump the 'PGK_RELEASE' in the last change in 'mwan3'. Fixes: 619629ce8599 ("mwan3: close flock fd when starting mwan3.user scripts") Signed-off-by: Florian Eckert --- net/mwan3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mwan3/Makefile b/net/mwan3/Makefile index 5657e497c2..e3dda2141d 100644 --- a/net/mwan3/Makefile +++ b/net/mwan3/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mwan3 PKG_VERSION:=2.11.16 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_MAINTAINER:=Florian Eckert , \ Aaron Goodman PKG_LICENSE:=GPL-2.0 -- 2.30.2