summaryrefslogtreecommitdiff
path: root/openwrt/package/quagga/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-03-28 11:05:38 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-03-28 11:05:38 +0000
commitc3512526f8c10ddce664c244fe084310c9c34ff1 (patch)
tree56a8bd7ee2315d45b2ce086133c4c75ff6f4e1a2 /openwrt/package/quagga/Config.in
parent8b86d7c65fd1f8ed38319c5fa3d88e5b1f0caf84 (diff)
downloadmtk-20170518-c3512526f8c10ddce664c244fe084310c9c34ff1.zip
mtk-20170518-c3512526f8c10ddce664c244fe084310c9c34ff1.tar.gz
mtk-20170518-c3512526f8c10ddce664c244fe084310c9c34ff1.tar.bz2
add experimental quagga package
SVN-Revision: 470
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 0000000..073d916
--- /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