From: Sven Eckelmann Date: Fri, 2 Feb 2024 21:45:32 +0000 (+0100) Subject: batctl: update to version 2024.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5b1caf19685923a26eb33676cf2331c621fac5c2;p=feed%2Frouting.git batctl: update to version 2024.0 * add stateless multicast packet format support * bugs squashed: - Fix various length checks in tcpdump-like subcommand Signed-off-by: Sven Eckelmann --- diff --git a/batctl/Makefile b/batctl/Makefile index 30ed349..c542314 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batctl -PKG_VERSION:=2023.3 +PKG_VERSION:=2024.0 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:=9acc31170930c1797c38763b87bdff88054c34d1f012fbb810068273fef31212 +PKG_HASH:=76853e87201af63c411db152fd0c625a729a9733115897d1331604e2c5a67c7d PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Simon Wunderlich