aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/olsrd/Config.in
blob: 0d6ffa4a845d53d757c8d428e1d1e67570789032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
menu "olsrd............................. OLSR (Optimized Link State Routing) daemon"

config BR2_PACKAGE_OLSRD
	prompt "olsrd............................. OLSR (Optimized Link State Routing) daemon"
	tristate
	default m if CONFIG_DEVEL
	help
	  The Optimized Link State Routing daemon
	  
	  http://www.olsr.org/

config BR2_PACKAGE_OLSRD_MOD_DOT_DRAW
	prompt   "olsrd-mod-dot-draw.............. Dot topology information plugin"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_OLSRD

config BR2_PACKAGE_OLSRD_MOD_DYN_GW
	prompt   "olsrd-mod-dyn-gw................ Dynamic internet gateway plugin"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_OLSRD

config BR2_PACKAGE_OLSRD_MOD_HTTPINFO
	prompt   "olsrd-mod-httpinfo.............. Small informative web server plugin"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_OLSRD

config BR2_PACKAGE_OLSRD_MOD_NAMESERVICE
	prompt   "olsrd-mod-nameservice........... Lightweight hostname resolver plugin"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_OLSRD

config BR2_PACKAGE_OLSRD_MOD_POWER
	prompt   "olsrd-mod-power................. Power status plugin"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_OLSRD

config BR2_PACKAGE_OLSRD_MOD_SECURE
	prompt   "olsrd-mod-secure................ Message signing plugin to secure olsrd routing domain"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_OLSRD

config BR2_PACKAGE_OLSRD_MOD_TAS
	prompt   "olsrd-mod-tas................... Tiny Application Server (TAS) plugin for olsrd"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_OLSRD

endmenu