aboutsummaryrefslogtreecommitdiffstats
path: root/package/olsrd/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-18 14:53:00 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-18 14:53:00 +0000
commit1557a74f95e83a10b0616a26b9f1debed21719ac (patch)
tree50edbd59bdc994807e7ba64ca4a00c270a236f7b /package/olsrd/Config.in
parent8a2e04dd649cd39d9ac179c0ff3c5f948805c1b1 (diff)
downloadupstream-1557a74f95e83a10b0616a26b9f1debed21719ac.tar.gz
upstream-1557a74f95e83a10b0616a26b9f1debed21719ac.tar.bz2
upstream-1557a74f95e83a10b0616a26b9f1debed21719ac.zip
Convert olsrd to new packaging style, put plugins into sub-packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@936 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/olsrd/Config.in')
-rw-r--r--package/olsrd/Config.in44
1 files changed, 42 insertions, 2 deletions
diff --git a/package/olsrd/Config.in b/package/olsrd/Config.in
index e598c2c89b..9bef83f46e 100644
--- a/package/olsrd/Config.in
+++ b/package/olsrd/Config.in
@@ -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
+