f43f44a2e4
* 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
18 lines
342 B
Plaintext
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
|