From: Sven Eckelmann Date: Wed, 14 Nov 2018 20:49:25 +0000 (+0100) Subject: batctl: upgrade package to latest release 2018.4 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8936141bf03877eb6943c24ab0bb9ee7afae893a;p=feed%2Frouting.git 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 --- 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)