From: Sven Eckelmann Date: Tue, 15 Oct 2024 19:02:20 +0000 (+0200) Subject: batctl: update to version 2024.3 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=35e55b38371277c15c46f4b20bf75a6fe06f22da;p=feed%2Frouting.git batctl: update to version 2024.3 * bugs squashed: - fix header for neighbor table with B.A.T.M.A.N. V algorithm Signed-off-by: Sven Eckelmann --- diff --git a/batctl/Makefile b/batctl/Makefile index 3764d82..daee9dc 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batctl -PKG_VERSION:=2024.2 +PKG_VERSION:=2024.3 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:=cb02953093ffc2c700d122c03a3d9e4d867f646d3038f31d0a901e58ff995d07 +PKG_HASH:=665e655eda381415218a4d5f5fd77ff33c4fa9b5edbb7e88e839096961e3600b PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Simon Wunderlich