add icecast
[10.03/openwrt.git] / 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 config BR2_PACKAGE_QUAGGA_BGPD
15         depends BR2_PACKAGE_QUAGGA
16         prompt "...-bgpd - BGPv4, BGPv4+, BGPv4- routing engine"
17         tristate
18         default m if CONFIG_DEVEL
19         help
20           A BGPv4, BGPv4+, BGPv4- routing engine for use with Quagga routing
21           software.
22
23 config BR2_PACKAGE_QUAGGA_OSPFD
24         depends BR2_PACKAGE_QUAGGA
25         prompt "...-ospfd - OSPFv2 routing engine"
26         tristate
27         default m if CONFIG_DEVEL
28         help
29           An OSPFv2 (IPv4) routing engine for use with Quagga routing software.
30
31 config BR2_PACKAGE_QUAGGA_OSPF6D
32         depends BR2_PACKAGE_QUAGGA
33         prompt "...-ospf6d - OSPFv3 routing engine"
34         tristate
35         default m if CONFIG_DEVEL
36         help
37           An OSPFv3 (IPv6) routing engine for use with Quagga routing software.
38
39 config BR2_PACKAGE_QUAGGA_RIPD
40         depends BR2_PACKAGE_QUAGGA
41         prompt "...-ripd - RIP routing engine"
42         tristate
43         default m if CONFIG_DEVEL
44         help
45           A RIP (IPv4) routing engine for use with Quagga routing software.
46
47 config BR2_PACKAGE_QUAGGA_RIPNGD
48         depends BR2_PACKAGE_QUAGGA
49         prompt "...-ripngd - RIPNG routing engine"
50         tristate
51         default m if CONFIG_DEVEL
52         help
53           A RIPNG (IPv6) routing engine for use with Quagga routing software.
54
55 config BR2_PACKAGE_QUAGGA_VTYSH
56         depends BR2_PACKAGE_QUAGGA
57         select BR2_PACKAGE_LIBREADLINE
58         select BR2_PACKAGE_LIBNCURSES
59         prompt "...-vtysh - integrated shell for Quagga routing software"
60         tristate
61         default m if CONFIG_DEVEL
62         help
63           vtysh lets you interact with all the Quagga routing daemons
64           at once in an integrated shell.
65
66 endmenu