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
|