Convert olsrd to new packaging style, put plugins into sub-packages
[openwrt/openwrt.git] / openwrt / package / olsrd / Config.in
index e598c2c89bc0df0726b91946945f1dece79d5e76..9bef83f46e5bda0a9b9da434e6caa68e1be57586 100644 (file)
@@ -1,5 +1,45 @@
 config BR2_PACKAGE_OLSRD
-       tristate "olsrd"
+       tristate "olsrd - OLSR (Optimized Link State Routing) daemon"
        default m if CONFIG_DEVEL
        help
-        The Optimized Link State Routing daemon
+         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 - a 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 - a dynamic internet gateway plugin"
+       tristate
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_OLSRD_MOD_HTTPINFO
+       depends BR2_PACKAGE_OLSRD
+       prompt "mod-httpinfo - a small informative web server plugin"
+       tristate
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_OLSRD_MOD_NAMESERVICE
+       depends BR2_PACKAGE_OLSRD
+       prompt "mod-nameservice - a lightweight hostname resolver plugin"
+       tristate
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_OLSRD_MOD_POWER
+       depends BR2_PACKAGE_OLSRD
+       prompt "mod-power - a power status plugin"
+       tristate
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_OLSRD_MOD_SECURE
+       depends BR2_PACKAGE_OLSRD
+       prompt "mod-secure - a message signing plugin to secure olsrd routing domain"
+       tristate
+       default m if CONFIG_DEVEL
+