From 44128acc3cfa7a2dd5598f938094addb321161c7 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Sun, 14 Mar 2021 23:32:07 +0100 Subject: [PATCH] package/batman-adv: enable B.A.T.M.A.N. V protocol by default As upstream enables CONFIG_BATMAN_ADV_BATMAN_V option since 2018.2 by defaullt ([1]) honor this in buildroot and do the same (and remove the legacy experimental comment accordingly - although upstream docs still mention it as legacy, that's really an oversight, the community considers it the go-to protocol for years now). [1] https://git.open-mesh.org/batman-adv.git/blob/HEAD:/CHANGELOG.rst#l174 Signed-off-by: Peter Seiderer Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/batman-adv/Config.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/batman-adv/Config.in b/package/batman-adv/Config.in index eae94fd130..b1fe5b3f28 100644 --- a/package/batman-adv/Config.in +++ b/package/batman-adv/Config.in @@ -27,11 +27,10 @@ config BR2_PACKAGE_BATMAN_ADV_NC https://www.open-mesh.org/projects/batman-adv/wiki/NetworkCoding config BR2_PACKAGE_BATMAN_ADV_BATMAN_V - bool "enable B.A.T.M.A.N. V protocol (experimental)" + bool "enable B.A.T.M.A.N. V protocol" + default y help Enables B.A.T.M.A.N. V network protocol. - This is the next-gen protocol and is experimental at this - time. https://www.open-mesh.org/projects/batman-adv/wiki/BATMAN_V