[packages] quagga: Remove broken flag from ripngd and add IPv6 dependency
[openwrt/svn-archive/archive.git] / net / quagga / Config.in
1 # Quagga configuration
2
3 choice
4 prompt "Quagga version"
5 depends on PACKAGE_quagga
6 default QUAGGA_STABLE
7 help
8 This option allows you to select the version of Quagga to be built.
9
10 config QUAGGA_STABLE
11 bool "Use the latest stable version of Quagga"
12
13 config QUAGGA_OLD
14 depends BROKEN
15 bool "Use the old release version 0.98.6"
16
17 endchoice