buildrootschalter/package/quagga/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

101 lines
2.4 KiB
Plaintext

config BR2_PACKAGE_QUAGGA
bool
comment "quagga suite"
config BR2_PACKAGE_QUAGGA_ZEBRA
bool "quagga zebra"
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
http://www.quagga.net/
config BR2_PACKAGE_QUAGGA_BGPD
bool "quagga bgpd"
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
http://www.quagga.net/
config BR2_PACKAGE_QUAGGA_RIPD
bool "quagga ripd"
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
http://www.quagga.net/
config BR2_PACKAGE_QUAGGA_RIPNGD
bool "quagga ripngd"
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
http://www.quagga.net/
config BR2_PACKAGE_QUAGGA_OSPFD
bool "quagga ospfd"
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
http://www.quagga.net/
config BR2_PACKAGE_QUAGGA_OSPF6D
bool "quagga ospf6d"
select BR2_PACKAGE_QUAGGA
depends on BR2_INET_IPV6
help
routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
http://www.quagga.net/
config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
bool "quagga watchquagga"
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
http://www.quagga.net/
config BR2_PACKAGE_QUAGGA_ISISD
bool "isisd"
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
http://www.quagga.net/
if BR2_PACKAGE_QUAGGA
comment "common options for quagga suite"
config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
bool "BGP route announcement"
config BR2_PACKAGE_QUAGGA_NETLINK
bool "quagga: use linux netlink interface"
default y
config BR2_PACKAGE_QUAGGA_SNMP
bool "quagga: SNMP support"
config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
bool "quagga: TCP/IP socket connection between zebra and proto daemon"
config BR2_PACKAGE_QUAGGA_OPAGUE_LSA
bool "quagga: OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
config BR2_PACKAGE_QUAGGA_CONFIGURE
string "quagga: extra configure options"
default ""
endif