|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_QUAGGA
|
|
config BR2_PACKAGE_QUAGGA
|
|
bool "quagga"
|
|
bool "quagga"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
+ select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
|
|
help
|
|
help
|
|
Routing software suite, providing implementations of OSPFv2,
|
|
Routing software suite, providing implementations of OSPFv2,
|
|
OSPFv3 (IPv6), RIP v1 and v2, RIPng (IPv6) and BGPv4+.
|
|
OSPFv3 (IPv6), RIP v1 and v2, RIPng (IPv6) and BGPv4+.
|