From 43055942d197faa877e9e4c1ea46adf3d8d7c807 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sat, 25 Oct 2025 09:50:58 +0200 Subject: [PATCH] batctl: update to version 2025.4 * removed network coding (C.A.T.W.O.M.A.N.) support Signed-off-by: Sven Eckelmann --- batctl/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/batctl/Makefile b/batctl/Makefile index 7e80501..771e0ef 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batctl -PKG_VERSION:=2025.3 +PKG_VERSION:=2025.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) -PKG_HASH:=70444b182c85d0c2714d914574124980801bb743d1626ee27a179fa22066fdc2 +PKG_HASH:=566aa4fd74355e8d5dd2bd21c25e98cc068e77fd08e19f80b8e2b5edde7c8e65 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Simon Wunderlich @@ -111,7 +111,6 @@ config-n := \ multicast_mode \ neighbors \ neighbors_json \ - network_coding \ orig_interval \ originators \ originators_json \ @@ -145,7 +144,6 @@ config-settings := \ multicast_fanout \ multicast_forceflood \ multicast_mode \ - network_coding \ orig_interval \ routing_algo \ throughput_override \ -- 2.30.2