From: Sven Eckelmann Date: Tue, 10 Dec 2024 21:38:29 +0000 (+0100) Subject: batctl: update to version 2024.4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c6857eaa4e1693c302dde164e73eb536e1136ab0;p=feed%2Frouting.git batctl: update to version 2024.4 * coding style cleanups and refactoring * drop explicit requirement to run as root Signed-off-by: Sven Eckelmann --- diff --git a/batctl/Makefile b/batctl/Makefile index daee9dc..6ef05a5 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batctl -PKG_VERSION:=2024.3 +PKG_VERSION:=2024.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:=665e655eda381415218a4d5f5fd77ff33c4fa9b5edbb7e88e839096961e3600b +PKG_HASH:=e42bdf1a4ecb4b188bcd3aca17e120496a42b6547593b917e3ffcf943e3f2913 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Simon Wunderlich