You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
config BR2_PACKAGE_OLSRD
|
|
tristate "olsrd - OLSR (Optimized Link State Routing) daemon"
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
The Optimized Link State Routing daemon
|
|
|
|
http://www.olsr.org/
|
|
|
|
|
|
config BR2_PACKAGE_OLSRD_MOD_DOT_DRAW
|
|
depends BR2_PACKAGE_OLSRD
|
|
prompt "mod-dot-draw - Dot topology information plugin"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
|
|
config BR2_PACKAGE_OLSRD_MOD_DYN_GW
|
|
depends BR2_PACKAGE_OLSRD
|
|
prompt "mod-dyn-gw - Dynamic internet gateway plugin"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
|
|
config BR2_PACKAGE_OLSRD_MOD_HTTPINFO
|
|
depends BR2_PACKAGE_OLSRD
|
|
prompt "mod-httpinfo - Small informative web server plugin"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
|
|
config BR2_PACKAGE_OLSRD_MOD_NAMESERVICE
|
|
depends BR2_PACKAGE_OLSRD
|
|
prompt "mod-nameservice - Lightweight hostname resolver plugin"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
|
|
config BR2_PACKAGE_OLSRD_MOD_POWER
|
|
depends BR2_PACKAGE_OLSRD
|
|
prompt "mod-power - Power status plugin"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
|
|
config BR2_PACKAGE_OLSRD_MOD_SECURE
|
|
depends BR2_PACKAGE_OLSRD
|
|
prompt "mod-secure - Message signing plugin to secure olsrd routing domain"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
|
|
|