Move complex packages to their own menu,
[openwrt/svn-archive/archive.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_QUAGGA_OSPFD
25 depends BR2_PACKAGE_QUAGGA
26 prompt "...-ospfd - OSPFv2 routing engine"
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_OSPF6D
33 depends BR2_PACKAGE_QUAGGA
34 prompt "...-ospf6d - OSPFv3 routing engine"
35 tristate
36 default m if CONFIG_DEVEL
37 help
38 An OSPFv3 routing engine for use with Quagga routing software.
39
40 config BR2_PACKAGE_QUAGGA_RIPD
41 depends BR2_PACKAGE_QUAGGA
42 prompt "...-ripd - RIP routing engine"
43 tristate
44 default m if CONFIG_DEVEL
45 help
46 A RIP routing engine for use with Quagga routing software.
47
48 config BR2_PACKAGE_QUAGGA_RIPD
49 depends BR2_PACKAGE_QUAGGA
50 prompt "...-ripngd - RIPNG routing engine"
51 tristate
52 default m if CONFIG_DEVEL
53 help
54 A RIPNG routing engine for use with Quagga routing software.
55
56 config BR2_PACKAGE_QUAGGA_ZEBRA
57 depends BR2_PACKAGE_QUAGGA
58 prompt "...-zebra - Routing manager"
59 tristate
60 default m if CONFIG_DEVEL
61 help
62 A routing manager for use with associated Quagga components.
63
64 endmenu