2bf58d7633
[Peter: minor white space fixes] Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
config BR2_PACKAGE_IGMPPROXY
|
|
bool "igmpproxy"
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
A simple dynamic Multicast Routing Daemon
|
|
using only IGMP signalling. It's intended
|
|
for simple forwarding of Multicast traffic
|
|
between networks.
|
|
|
|
http://sourceforge.net/projects/igmpproxy/
|
|
|
|
comment "igmpproxy needs a toolchain with wchar support"
|
|
depends on !BR2_USE_WCHAR
|