packages/net/quagga/Config.in
acinonyx f43f44a2e4 [packages] quagga{,-unstable}: Merge quagga-unstable package with quagga package
* Switch to quagga 0.99.x for stable version
 * Add menuconfig option to allow selection of old 0.98.6 version
 * Makefile cleanups

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-15 21:43:27 +00:00

18 lines
342 B
Plaintext

# Quagga configuration
choice
prompt "Quagga version"
depends on PACKAGE_quagga
default QUAGGA_STABLE
help
This option allows you to select the version of Quagga to be built.
config QUAGGA_STABLE
bool "Use the latest stable version of Quagga"
config QUAGGA_OLD
depends BROKEN
bool "Use the old release version 0.98.6"
endchoice