kumquat-buildroot/package/batman-adv/Config.in
Peter Seiderer 8ec31f1bc3 package/batman-adv: add note about linux mainline kernel module alternative
Since version 2.6.38 batman-adv is integreated into the linux mainline
kernel ([1], [2]) so add a note about it in the Config.in help text.

[1] https://kernelnewbies.org/Linux_2_6_38
[2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c6c8fea29769d998d94fcec9b9f14d4b52b349d3

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-03-16 21:13:41 +01:00

39 lines
993 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_NC
bool "enable network coding"
help
Enables B.A.T.M.A.N. network coding.
Note: this requires promiscuous mode on ALL nodes!
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)"
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
endif