patch nvram library for new nas version (thx to Vincent Bernat)
[openwrt.git] / openwrt / package / olsrd / Config.in
index fd0cb93..0d6ffa4 100644 (file)
@@ -1,45 +1,54 @@
+menu "olsrd............................. OLSR (Optimized Link State Routing) daemon"
+
 config BR2_PACKAGE_OLSRD
-       tristate "olsrd - OLSR (Optimized Link State Routing) daemon"
+       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
-       depends BR2_PACKAGE_OLSRD
-       prompt "mod-dot-draw - Dot topology information plugin"
+       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
-       depends BR2_PACKAGE_OLSRD
-       prompt "mod-dyn-gw - Dynamic internet gateway plugin"
+       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
-       depends BR2_PACKAGE_OLSRD
-       prompt "mod-httpinfo - Small informative web server plugin"
+       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
-       depends BR2_PACKAGE_OLSRD
-       prompt "mod-nameservice - Lightweight hostname resolver plugin"
+       prompt   "olsrd-mod-nameservice........... Lightweight hostname resolver plugin"
        tristate
        default m if CONFIG_DEVEL
+       depends BR2_PACKAGE_OLSRD
 
 config BR2_PACKAGE_OLSRD_MOD_POWER
-       depends BR2_PACKAGE_OLSRD
-       prompt "mod-power - Power status plugin"
+       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
-       prompt "mod-secure - Message signing plugin to secure olsrd routing domain"
+
+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
This page took 0.02856 seconds and 4 git commands to generate.