split off libospf from quagga-ospf(6)d
[openwrt.git] / openwrt / package / quagga / Config.in
1 menu "quagga - the Quagga Software Routing Suite"
2
3 config BR2_PACKAGE_QUAGGA
4         prompt "quagga - the Quagga Software Routing Suite"
5         tristate
6         default m if CONFIG_DEVEL
7         help
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+
11           
12           http://www.quagga.net/
13           
14
15 config BR2_PACKAGE_QUAGGA_BGPD
16         depends BR2_PACKAGE_QUAGGA
17         prompt "...-bgpd - BGPv4, BGPv4\+, BGPv4\- routing engine"
18         tristate
19         default m if CONFIG_DEVEL
20         help
21           A BGPv4, BGPv4\+, BGPv4\- routing engine for use with Quagga routing
22           software.
23
24 config BR2_PACKAGE_LIBOSPF
25         depends BR2_PACKAGE_QUAGGA
26         prompt "libospf - OSPF support library"
27         tristate
28         default m if CONFIG_DEVEL
29         help
30           An OSPFv2 routing engine for use with Quagga routing software.
31
32 config BR2_PACKAGE_QUAGGA_OSPFD
33         depends BR2_PACKAGE_QUAGGA
34         prompt "...-ospfd - OSPFv2 routing engine"
35         select BR2_PACKAGE_LIBOSPF
36         tristate
37         default m if CONFIG_DEVEL
38         help
39           An OSPFv2 routing engine for use with Quagga routing software.
40
41 config BR2_PACKAGE_QUAGGA_OSPF6D
42         depends BR2_PACKAGE_QUAGGA
43         prompt "...-ospf6d - OSPFv3 routing engine"
44         select BR2_PACKAGE_LIBOSPF
45         tristate
46         default m if CONFIG_DEVEL
47         help
48           An OSPFv3 routing engine for use with Quagga routing software.
49
50 config BR2_PACKAGE_QUAGGA_RIPD
51         depends BR2_PACKAGE_QUAGGA
52         prompt "...-ripd - RIP routing engine"
53         tristate
54         default m if CONFIG_DEVEL
55         help
56           A RIP routing engine for use with Quagga routing software.
57
58 config BR2_PACKAGE_QUAGGA_RIPD
59         depends BR2_PACKAGE_QUAGGA
60         prompt "...-ripngd - RIPNG routing engine"
61         tristate
62         default m if CONFIG_DEVEL
63         help
64           A RIPNG routing engine for use with Quagga routing software.
65
66 config BR2_PACKAGE_QUAGGA_ZEBRA
67         depends BR2_PACKAGE_QUAGGA
68         prompt "...-zebra - Routing manager"
69         tristate
70         default m if CONFIG_DEVEL
71         help
72           A routing manager for use with associated Quagga components.
73
74 endmenu