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