batctl: update to version 2024.4
authorSven Eckelmann <sven@narfation.org>
Tue, 10 Dec 2024 21:38:29 +0000 (22:38 +0100)
committerSven Eckelmann <sven@narfation.org>
Tue, 10 Dec 2024 21:38:29 +0000 (22:38 +0100)
* coding style cleanups and refactoring
* drop explicit requirement to run as root

Signed-off-by: Sven Eckelmann <sven@narfation.org>
batctl/Makefile

index daee9dc41aa8ded1dd0223842bb2a3eeda8576f9..6ef05a56997d79d760c53554d8fe6ec5b54ad5ff 100644 (file)
@@ -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 <sw@simonwunderlich.de>