summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/quagga/Config.in
diff options
context:
space:
mode:
authorlefranc2008-08-01 09:25:43 +0000
committerlefranc2008-08-01 09:25:43 +0000
commit9a2bcc0b92b392f1f21cd26927515e4d49bc128e (patch)
treed0bd193c764606c4c6e4b4568ef08d0ff3324b72 /cleopatre/buildroot/package/quagga/Config.in
parentd0cc0304ed6eaf72116743e13e5b3b3cbfd878bb (diff)
- import of buildroot original sources (20080729 version)
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2704 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/buildroot/package/quagga/Config.in')
-rw-r--r--cleopatre/buildroot/package/quagga/Config.in100
1 files changed, 100 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/quagga/Config.in b/cleopatre/buildroot/package/quagga/Config.in
new file mode 100644
index 0000000000..dc5adec46f
--- /dev/null
+++ b/cleopatre/buildroot/package/quagga/Config.in
@@ -0,0 +1,100 @@
+config BR2_PACKAGE_QUAGGA
+ bool
+
+comment "quagga suite"
+
+config BR2_PACKAGE_QUAGGA_ZEBRA
+ bool "quagga zebra"
+ select BR2_PACKAGE_QUAGGA
+ help
+ routing software suite, providing implementations of
+ OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
+
+ http://www.quagga.net/
+
+config BR2_PACKAGE_QUAGGA_BGPD
+ bool "quagga bgpd"
+ select BR2_PACKAGE_QUAGGA
+ help
+ routing software suite, providing implementations of
+ OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
+
+ http://www.quagga.net/
+
+config BR2_PACKAGE_QUAGGA_RIPD
+ bool "quagga ripd"
+ select BR2_PACKAGE_QUAGGA
+ help
+ routing software suite, providing implementations of
+ OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
+
+ http://www.quagga.net/
+
+config BR2_PACKAGE_QUAGGA_RIPNGD
+ bool "quagga ripngd"
+ select BR2_PACKAGE_QUAGGA
+ help
+ routing software suite, providing implementations of
+ OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
+
+ http://www.quagga.net/
+
+config BR2_PACKAGE_QUAGGA_OSPFD
+ bool "quagga ospfd"
+ select BR2_PACKAGE_QUAGGA
+ help
+ routing software suite, providing implementations of
+ OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
+
+ http://www.quagga.net/
+
+config BR2_PACKAGE_QUAGGA_OSPF6D
+ bool "quagga ospf6d"
+ select BR2_PACKAGE_QUAGGA
+ depends on BR2_INET_IPV6
+ help
+ routing software suite, providing implementations of
+ OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
+
+ http://www.quagga.net/
+
+config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
+ bool "quagga watchquagga"
+ select BR2_PACKAGE_QUAGGA
+ help
+ routing software suite, providing implementations of
+ OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
+
+ http://www.quagga.net/
+
+config BR2_PACKAGE_QUAGGA_ISISD
+ bool "isisd"
+ select BR2_PACKAGE_QUAGGA
+ help
+ routing software suite, providing implementations of
+ OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
+
+ http://www.quagga.net/
+
+if BR2_PACKAGE_QUAGGA
+comment "common options for quagga suite"
+config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
+ bool "BGP route announcement"
+
+config BR2_PACKAGE_QUAGGA_NETLINK
+ bool "quagga: use linux netlink interface"
+ default y
+
+config BR2_PACKAGE_QUAGGA_SNMP
+ bool "quagga: SNMP support"
+
+config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
+ bool "quagga: TCP/IP socket connection between zebra and proto daemon"
+
+config BR2_PACKAGE_QUAGGA_OPAGUE_LSA
+ bool "quagga: OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
+
+config BR2_PACKAGE_QUAGGA_CONFIGURE
+ string "quagga: extra configure options"
+ default ""
+endif