1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 20:50:13 +03:00
openwrt-xburst/package/quagga/Config.in
nbd 2d2de20c87 disable non-essential packages by default if DEVELOPER is unset on make menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-18 19:45:56 +00:00

38 lines
814 B
Plaintext

config BR2_PACKAGE_QUAGGA
tristate "Quagga"
default m if CONFIG_DEVEL
help
routing software package that provides TCP/IP based routing services
with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2,
OSPFv3, BGP-4, and BGP-4+
http://www.quagga.net/
config BR2_PACKAGE_QUAGGA_ZEBRA
tristate "zebra daemon"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
zebra daemon
config BR2_PACKAGE_QUAGGA_RIPD
tristate "ripd daemon"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
ripd daemon
config BR2_PACKAGE_QUAGGA_BGPD
tristate "bgpd daemon"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
bgpd daemon
config BR2_PACKAGE_QUAGGA_OSPFD
tristate "ospfd daemon"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
ospfd daemon