batctl: upgrade package to latest release 2019.2
* coding style cleanups and refactoring * add multicast_fanout setting subcommand * implement netlink based support for remaining sysfs-only features * drop support for deprecated log command support * remove non-netlink support for translating MAC addresses to originators Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
parent
7accd688e3
commit
7b7da0cddb
1 changed files with 4 additions and 4 deletions
|
@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=batctl
|
PKG_NAME:=batctl
|
||||||
|
|
||||||
PKG_VERSION:=2019.1
|
PKG_VERSION:=2019.2
|
||||||
PKG_RELEASE:=0
|
PKG_RELEASE:=0
|
||||||
PKG_HASH:=e82d05f058d8b799d17ce6063e1bf5b83ef1fe42a0867b3e2e39545177469793
|
PKG_HASH:=fb656208ff7d4cd8b1b422f60c9e6d8747302a347cbf6c199d7afa9b80f80ea3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
|
||||||
|
@ -119,9 +119,9 @@ config-n := \
|
||||||
hop_penalty \
|
hop_penalty \
|
||||||
interface \
|
interface \
|
||||||
isolation_mark \
|
isolation_mark \
|
||||||
log \
|
|
||||||
loglevel \
|
loglevel \
|
||||||
mcast_flags \
|
mcast_flags \
|
||||||
|
multicast_fanout \
|
||||||
multicast_forceflood \
|
multicast_forceflood \
|
||||||
multicast_mode \
|
multicast_mode \
|
||||||
nc_nodes \
|
nc_nodes \
|
||||||
|
@ -151,6 +151,7 @@ config-settings := \
|
||||||
interface \
|
interface \
|
||||||
isolation_mark \
|
isolation_mark \
|
||||||
loglevel \
|
loglevel \
|
||||||
|
multicast_fanout \
|
||||||
multicast_forceflood \
|
multicast_forceflood \
|
||||||
multicast_mode \
|
multicast_mode \
|
||||||
network_coding \
|
network_coding \
|
||||||
|
@ -172,7 +173,6 @@ config-tables := \
|
||||||
|
|
||||||
config-tools := \
|
config-tools := \
|
||||||
event \
|
event \
|
||||||
log \
|
|
||||||
ping \
|
ping \
|
||||||
tcpdump \
|
tcpdump \
|
||||||
throughputmeter \
|
throughputmeter \
|
||||||
|
|
Loading…
Reference in a new issue