mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 16:54:59 +02:00
0cfd99d729
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@956 3c298f89-4303-0410-b956-a3cf2f4a3e73
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
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
|
|
|