mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
batctl: update to version 2025.4
* removed network coding (C.A.T.W.O.M.A.N.) support Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
@@ -3,12 +3,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=batctl
|
PKG_NAME:=batctl
|
||||||
PKG_VERSION:=2025.3
|
PKG_VERSION:=2025.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
|
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_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
|
PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
|
||||||
@@ -111,7 +111,6 @@ config-n := \
|
|||||||
multicast_mode \
|
multicast_mode \
|
||||||
neighbors \
|
neighbors \
|
||||||
neighbors_json \
|
neighbors_json \
|
||||||
network_coding \
|
|
||||||
orig_interval \
|
orig_interval \
|
||||||
originators \
|
originators \
|
||||||
originators_json \
|
originators_json \
|
||||||
@@ -145,7 +144,6 @@ config-settings := \
|
|||||||
multicast_fanout \
|
multicast_fanout \
|
||||||
multicast_forceflood \
|
multicast_forceflood \
|
||||||
multicast_mode \
|
multicast_mode \
|
||||||
network_coding \
|
|
||||||
orig_interval \
|
orig_interval \
|
||||||
routing_algo \
|
routing_algo \
|
||||||
throughput_override \
|
throughput_override \
|
||||||
|
|||||||
Reference in New Issue
Block a user