From c693719adb8dd6393fb62bcb4b2641456bee2fc0 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 8 May 2026 19:21:09 +0100 Subject: [PATCH] mptcpd: bump PKG_RELEASE for ell 0.83 ABI rebuild mptcpd is the only consumer of libell; bump PKG_RELEASE so the package is rebuilt against ell 0.83 once that update lands. Signed-off-by: Daniel Golle --- net/mptcpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mptcpd/Makefile b/net/mptcpd/Makefile index 284ed2c929..cd2d2a36bb 100644 --- a/net/mptcpd/Makefile +++ b/net/mptcpd/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mptcpd PKG_VERSION:=0.14 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/multipath-tcp/mptcpd/releases/download/v$(PKG_VERSION)