From 8936141bf03877eb6943c24ab0bb9ee7afae893a Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Wed, 14 Nov 2018 21:49:25 +0100 Subject: [PATCH] batctl: upgrade package to latest release 2018.4 * coding style cleanups and refactoring * correction of manpage spelling errors * new subcommand "event" to receive netlink notifications * infrastructure to disable commands during build time * drop of the legacy vis subcommands Signed-off-by: Sven Eckelmann --- batctl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/batctl/Makefile b/batctl/Makefile index 8765d15..045ecde 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batctl -PKG_VERSION:=2018.3 -PKG_RELEASE:=1 -PKG_HASH:=24e32d3fe8268ce0951903546e71b925b78b17acc8809ba899940f48a5e892e6 +PKG_VERSION:=2018.4 +PKG_RELEASE:=0 +PKG_HASH:=e43827a5e868b4e134e77ca04da989fde1981463166bf1b6f2053acc3edd6257 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) -- 2.30.2