aboutsummaryrefslogtreecommitdiffstats
path: root/package/quagga/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-03-28 11:05:38 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-03-28 11:05:38 +0000
commit6b23703c49c96c2e20263e3ef76f7d5636163f03 (patch)
tree2d22f2d748688b46f103184df301830f8065f9a5 /package/quagga/Config.in
parentd2589de6735ba809beb99d3dbf83acb7d9498d62 (diff)
downloadmaster-187ad058-6b23703c49c96c2e20263e3ef76f7d5636163f03.tar.gz
master-187ad058-6b23703c49c96c2e20263e3ef76f7d5636163f03.tar.bz2
master-187ad058-6b23703c49c96c2e20263e3ef76f7d5636163f03.zip
add experimental quagga package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@470 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/quagga/Config.in')
-rw-r--r--package/quagga/Config.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/package/quagga/Config.in b/package/quagga/Config.in
new file mode 100644
index 0000000000..073d916120
--- /dev/null
+++ b/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