summaryrefslogtreecommitdiff
path: root/openwrt/package/quagga/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-28 11:05:38 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-28 11:05:38 +0000
commitdbbf2bf4b945c8ac102198af9f9bc2707a4c77d2 (patch)
tree56a8bd7ee2315d45b2ce086133c4c75ff6f4e1a2 /openwrt/package/quagga/Config.in
parentb1d8aab6c4228cc9ddadc95a6d3a1a681f95e251 (diff)
add experimental quagga package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@470 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/quagga/Config.in')
-rw-r--r--openwrt/package/quagga/Config.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/openwrt/package/quagga/Config.in b/openwrt/package/quagga/Config.in
new file mode 100644
index 0000000000..073d916120
--- /dev/null
+++ b/openwrt/package/quagga/Config.in
@@ -0,0 +1,37 @@
+config BR2_PACKAGE_QUAGGA
+ tristate "Quagga"
+ default m
+ help
+ routing software package that provides TCP/IP based routing services
+ with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2,
+ OSPFv3, BGP-4, and BGP-4+
+
+ http://www.quagga.net/
+
+config BR2_PACKAGE_QUAGGA_ZEBRA
+ tristate "zebra daemon"
+ default m
+ depends BR2_PACKAGE_QUAGGA
+ help
+ zebra daemon
+
+config BR2_PACKAGE_QUAGGA_RIPD
+ tristate "ripd daemon"
+ default m
+ depends BR2_PACKAGE_QUAGGA
+ help
+ ripd daemon
+
+config BR2_PACKAGE_QUAGGA_BGPD
+ tristate "bgpd daemon"
+ default m
+ depends BR2_PACKAGE_QUAGGA
+ help
+ bgpd daemon
+
+config BR2_PACKAGE_QUAGGA_OSPFD
+ tristate "ospfd daemon"
+ default m
+ depends BR2_PACKAGE_QUAGGA
+ help
+ ospfd daemon