mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 22:23:08 +02:00
5600fabff1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2839 3c298f89-4303-0410-b956-a3cf2f4a3e73
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
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
|