source: freewrt/package/olsrd/Config.in@ d419478

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[475ad56]1menu "olsrd............................. OLSR (Optimized Link State Routing) daemon"
2
3config BR2_PACKAGE_OLSRD
4 prompt "olsrd............................. OLSR (Optimized Link State Routing) daemon"
5 tristate
6 default m if CONFIG_DEVEL
7 help
8 The Optimized Link State Routing daemon
9
10 http://www.olsr.org/
11
12config BR2_PACKAGE_OLSRD_MOD_DOT_DRAW
13 prompt "olsrd-mod-dot-draw.............. Dot topology information plugin"
14 tristate
15 default m if CONFIG_DEVEL
16 depends BR2_PACKAGE_OLSRD
17
18config BR2_PACKAGE_OLSRD_MOD_DYN_GW
19 prompt "olsrd-mod-dyn-gw................ Dynamic internet gateway plugin"
20 tristate
21 default m if CONFIG_DEVEL
22 depends BR2_PACKAGE_OLSRD
23
24config BR2_PACKAGE_OLSRD_MOD_HTTPINFO
25 prompt "olsrd-mod-httpinfo.............. Small informative web server plugin"
26 tristate
27 default m if CONFIG_DEVEL
28 depends BR2_PACKAGE_OLSRD
29
30config BR2_PACKAGE_OLSRD_MOD_NAMESERVICE
31 prompt "olsrd-mod-nameservice........... Lightweight hostname resolver plugin"
32 tristate
33 default m if CONFIG_DEVEL
34 depends BR2_PACKAGE_OLSRD
35
36config BR2_PACKAGE_OLSRD_MOD_POWER
37 prompt "olsrd-mod-power................. Power status plugin"
38 tristate
39 default m if CONFIG_DEVEL
40 depends BR2_PACKAGE_OLSRD
41
42config BR2_PACKAGE_OLSRD_MOD_SECURE
43 prompt "olsrd-mod-secure................ Message signing plugin to secure olsrd routing domain"
44 tristate
45 default m if CONFIG_DEVEL
46 depends BR2_PACKAGE_OLSRD
47
48config BR2_PACKAGE_OLSRD_MOD_TAS
49 prompt "olsrd-mod-tas................... Tiny Application Server (TAS) plugin for olsrd"
50 tristate
51 default m if CONFIG_DEVEL
52 depends BR2_PACKAGE_OLSRD
53
54endmenu
Note: See TracBrowser for help on using the repository browser.