mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Changelog: https://git.open-mesh.org/batman-adv.git/tree/CHANGELOG.rst?h=v2025.4 Removed patch which is included in this release. Upstream removed network coding support: https://git.open-mesh.org/batman-adv.git/commit/?id=2cefbadba8b2c547058b7d2e5da96692ef3580d7 Add legacy support for the corresponding Config.in option. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
30 lines
686 B
Plaintext
30 lines
686 B
Plaintext
comment "batman-adv needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_BATMAN_ADV
|
|
bool "batman-adv"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
batman-adv mesh networking kernel module
|
|
Note: batman-adv is part of the linux mainline
|
|
kernel since version 2.6.38
|
|
|
|
https://www.open-mesh.org/projects/batman-adv/
|
|
|
|
if BR2_PACKAGE_BATMAN_ADV
|
|
|
|
config BR2_PACKAGE_BATMAN_ADV_DEBUG
|
|
bool "enable debugging"
|
|
help
|
|
Enables B.A.T.M.A.N. debugging.
|
|
|
|
config BR2_PACKAGE_BATMAN_ADV_BATMAN_V
|
|
bool "enable B.A.T.M.A.N. V protocol"
|
|
default y
|
|
help
|
|
Enables B.A.T.M.A.N. V network protocol.
|
|
|
|
https://www.open-mesh.org/projects/batman-adv/wiki/BATMAN_V
|
|
|
|
endif
|