4db9bbb475
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter b in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
37 lines
912 B
Plaintext
37 lines
912 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
|
|
|
|
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
|