9bef83f46e5bda0a9b9da434e6caa68e1be57586
[openwrt.git] / package / olsrd / Config.in
1 config BR2_PACKAGE_OLSRD
2 tristate "olsrd - OLSR (Optimized Link State Routing) daemon"
3 default m if CONFIG_DEVEL
4 help
5 The Optimized Link State Routing daemon
6
7 http://www.olsr.org/
8
9
10 config BR2_PACKAGE_OLSRD_MOD_DOT_DRAW
11 depends BR2_PACKAGE_OLSRD
12 prompt "mod-dot-draw - a dot topology information plugin"
13 tristate
14 default m if CONFIG_DEVEL
15
16 config BR2_PACKAGE_OLSRD_MOD_DYN_GW
17 depends BR2_PACKAGE_OLSRD
18 prompt "mod-dyn-gw - a dynamic internet gateway plugin"
19 tristate
20 default m if CONFIG_DEVEL
21
22 config BR2_PACKAGE_OLSRD_MOD_HTTPINFO
23 depends BR2_PACKAGE_OLSRD
24 prompt "mod-httpinfo - a small informative web server plugin"
25 tristate
26 default m if CONFIG_DEVEL
27
28 config BR2_PACKAGE_OLSRD_MOD_NAMESERVICE
29 depends BR2_PACKAGE_OLSRD
30 prompt "mod-nameservice - a lightweight hostname resolver plugin"
31 tristate
32 default m if CONFIG_DEVEL
33
34 config BR2_PACKAGE_OLSRD_MOD_POWER
35 depends BR2_PACKAGE_OLSRD
36 prompt "mod-power - a power status plugin"
37 tristate
38 default m if CONFIG_DEVEL
39
40 config BR2_PACKAGE_OLSRD_MOD_SECURE
41 depends BR2_PACKAGE_OLSRD
42 prompt "mod-secure - a message signing plugin to secure olsrd routing domain"
43 tristate
44 default m if CONFIG_DEVEL
45
This page took 0.048973 seconds and 3 git commands to generate.