xref: /OK3568_Linux_fs/buildroot/package/batman-adv/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "batman-adv needs a Linux kernel to be built"
2	depends on !BR2_LINUX_KERNEL
3
4config BR2_PACKAGE_BATMAN_ADV
5	bool "batman-adv"
6	depends on BR2_LINUX_KERNEL
7	help
8	  batman-adv mesh networking kernel module
9	  Note: batman-adv is part of the linux mainline
10	  kernel since version 2.6.38
11
12	  https://www.open-mesh.org/projects/batman-adv/
13
14if BR2_PACKAGE_BATMAN_ADV
15
16config BR2_PACKAGE_BATMAN_ADV_DEBUG
17	bool "enable debugging"
18	help
19	  Enables B.A.T.M.A.N. debugging.
20
21config BR2_PACKAGE_BATMAN_ADV_NC
22	bool "enable network coding"
23	help
24	  Enables B.A.T.M.A.N. network coding.
25	  Note: this requires promiscuous mode on ALL nodes!
26
27	  https://www.open-mesh.org/projects/batman-adv/wiki/NetworkCoding
28
29config BR2_PACKAGE_BATMAN_ADV_BATMAN_V
30	bool "enable B.A.T.M.A.N. V protocol (experimental)"
31	help
32	  Enables B.A.T.M.A.N. V network protocol.
33	  This is the next-gen protocol and is experimental at this
34	  time.
35
36	  https://www.open-mesh.org/projects/batman-adv/wiki/BATMAN_V
37
38endif
39