1 menu "quagga - the Quagga Software Routing Suite"
3 config BR2_PACKAGE_QUAGGA
4 prompt "quagga - the Quagga Software Routing Suite"
6 default m if CONFIG_DEVEL
8 A routing software package that provides TCP/IP based routing services
9 with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2,
10 OSPFv3, BGP-4, and BGP-4+
12 http://www.quagga.net/
15 config BR2_PACKAGE_QUAGGA_BGPD
16 depends BR2_PACKAGE_QUAGGA
17 prompt "...-bgpd - BGPv4, BGPv4\+, BGPv4\- routing engine"
19 default m if CONFIG_DEVEL
21 A BGPv4, BGPv4\+, BGPv4\- routing engine for use with Quagga routing
24 config BR2_PACKAGE_LIBOSPF
25 depends BR2_PACKAGE_QUAGGA
26 prompt "libospf - OSPF support library"
28 default m if CONFIG_DEVEL
30 An OSPFv2 routing engine for use with Quagga routing software.
32 config BR2_PACKAGE_QUAGGA_OSPFD
33 depends BR2_PACKAGE_QUAGGA
34 prompt "...-ospfd - OSPFv2 routing engine"
35 select BR2_PACKAGE_LIBOSPF
37 default m if CONFIG_DEVEL
39 An OSPFv2 routing engine for use with Quagga routing software.
41 config BR2_PACKAGE_QUAGGA_OSPF6D
42 depends BR2_PACKAGE_QUAGGA
43 prompt "...-ospf6d - OSPFv3 routing engine"
44 select BR2_PACKAGE_LIBOSPF
46 default m if CONFIG_DEVEL
48 An OSPFv3 routing engine for use with Quagga routing software.
50 config BR2_PACKAGE_QUAGGA_RIPD
51 depends BR2_PACKAGE_QUAGGA
52 prompt "...-ripd - RIP routing engine"
54 default m if CONFIG_DEVEL
56 A RIP routing engine for use with Quagga routing software.
58 config BR2_PACKAGE_QUAGGA_RIPD
59 depends BR2_PACKAGE_QUAGGA
60 prompt "...-ripngd - RIPNG routing engine"
62 default m if CONFIG_DEVEL
64 A RIPNG routing engine for use with Quagga routing software.
66 config BR2_PACKAGE_QUAGGA_ZEBRA
67 depends BR2_PACKAGE_QUAGGA
68 prompt "...-zebra - Routing manager"
70 default m if CONFIG_DEVEL
72 A routing manager for use with associated Quagga components.