1config BR2_PACKAGE_SMCROUTE 2 bool "smcroute" 3 depends on BR2_USE_MMU # fork() 4 help 5 SMCRoute is a command line tool to manipulate the multicast 6 routes of a UNIX kernel. It supports both IPv4 and IPv6 7 multicast routing. SMCRoute can be used as an alternative to 8 dynamic multicast routers like mrouted or pimd in setups 9 where static multicast routes should be maintained and/or no 10 proper IGMP or MLD signaling exists. 11 12 https://github.com/troglobit/smcroute 13