python: fix disabling the SSL module
[buildroot-gz.git] / package / batman-adv / Config.in
blobfbef0d8d6be8d85d7eacf7e9f745f6401c682050
1 comment "batman-adv needs a Linux kernel to be built"
2         depends on !BR2_LINUX_KERNEL
4 config BR2_PACKAGE_BATMAN_ADV
5         bool "batman-adv"
6         depends on BR2_LINUX_KERNEL
7         help
8           batman-adv mesh networking kernel module
10           https://www.open-mesh.org/projects/batman-adv/
12 if BR2_PACKAGE_BATMAN_ADV
14 config BR2_PACKAGE_BATMAN_ADV_DEBUG
15         bool "enable debugging"
16         help
17           Enables B.A.T.M.A.N. debugging.
19 config BR2_PACKAGE_BATMAN_ADV_NC
20         bool "enable network coding"
21         help
22           Enables B.A.T.M.A.N. network coding.
23           Note: this requires promiscuous mode on ALL nodes!
25           https://www.open-mesh.org/projects/batman-adv/wiki/NetworkCoding
27 config BR2_PACKAGE_BATMAN_ADV_BATMAN_V
28         bool "enable B.A.T.M.A.N. V protocol (experimental)"
29         help
30           Enables B.A.T.M.A.N. V network protocol.
31           This is the next-gen protocol and is experimental at this time.
33           https://www.open-mesh.org/projects/batman-adv/wiki/BATMAN_V
35 endif