5b8a4a48e0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
config BR2_PACKAGE_MROUTED
|
|
bool "mrouted"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
An implementation of the DVMRP multicast routing protocol.
|
|
|
|
If built with uClibc, then UCLIBC_SUPPORT_AI_ADDRCONFIG is
|
|
needed in uClibc configuration.
|
|
|
|
http://github.com/troglobit/mrouted
|