batman-adv: automatically rebuild components when the config changes
[openwrt/svn-archive/archive.git] / net / batman-advanced / Config.in
1 choice
2 prompt "branch"
3 depends PACKAGE_kmod-batman-adv-kernelland
4 default BATMAN_ADV_MAINTENANCE
5 help
6 This option allows you to select the version of B.A.T.M.A.N.-Advanced.
7
8 config BATMAN_ADV_MAINTENANCE
9 bool "maintenance"
10 help
11 This version contains the latest release version plus some additional
12 bug fixes cherrypicked from the batman-adv trunk.
13
14 If unsure, select this.
15
16 config BATMAN_ADV_DEV
17 bool "development"
18 help
19 This version contains a version from batman-adv's trunk which offers
20 new, but not that well tested, features.
21
22 If unsure, select "maintenance".
23 endchoice
24
25 config KMOD_BATMAN_ADV_DEBUG_LOG
26 bool "enable verbose debug logging"
27 depends PACKAGE_kmod-batman-adv-kernelland
28 default n
29 config KMOD_BATMAN_ADV_BATCTL
30 bool "enable batctl"
31 depends PACKAGE_kmod-batman-adv-kernelland
32 default y
33 help
34 batctl is a more intuitive managment utility for B.A.T.M.A.N.-Advanced.
35 It is an easier method for configuring batman-adv and
36 provides some additional tools for debugging as well.