Skip to content

Commit 4305594

Browse files
committed
batctl: update to version 2025.4
* removed network coding (C.A.T.W.O.M.A.N.) support Signed-off-by: Sven Eckelmann <[email protected]>
1 parent 9d8bf2a commit 4305594

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

batctl/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
include $(TOPDIR)/rules.mk
44

55
PKG_NAME:=batctl
6-
PKG_VERSION:=2025.3
6+
PKG_VERSION:=2025.4
77
PKG_RELEASE:=1
88

99
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1010
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
11-
PKG_HASH:=70444b182c85d0c2714d914574124980801bb743d1626ee27a179fa22066fdc2
11+
PKG_HASH:=566aa4fd74355e8d5dd2bd21c25e98cc068e77fd08e19f80b8e2b5edde7c8e65
1212
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
1313

1414
PKG_MAINTAINER:=Simon Wunderlich <[email protected]>
@@ -111,7 +111,6 @@ config-n := \
111111
multicast_mode \
112112
neighbors \
113113
neighbors_json \
114-
network_coding \
115114
orig_interval \
116115
originators \
117116
originators_json \
@@ -145,7 +144,6 @@ config-settings := \
145144
multicast_fanout \
146145
multicast_forceflood \
147146
multicast_mode \
148-
network_coding \
149147
orig_interval \
150148
routing_algo \
151149
throughput_override \

0 commit comments

Comments
 (0)