1config BR2_PACKAGE_IGMPPROXY 2 bool "igmpproxy" 3 depends on BR2_USE_MMU # fork() 4 depends on BR2_USE_WCHAR 5 help 6 A simple dynamic Multicast Routing Daemon 7 using only IGMP signalling. It's intended 8 for simple forwarding of Multicast traffic 9 between networks. 10 11 http://sourceforge.net/projects/igmpproxy/ 12 13comment "igmpproxy needs a toolchain w/ wchar" 14 depends on BR2_USE_MMU 15 depends on !BR2_USE_WCHAR 16