On Thursday, May 05, 2016 17:07:02 Linus Lüssing wrote:
--- /dev/null +++ b/compat-sources/Makefile @@ -0,0 +1,3 @@ +batman-adv-y += ../../compat-sources/net/core/skbuff.o +batman-adv-y += ../../compat-sources/net/ipv4/igmp.o +batman-adv-y += ../../compat-sources/net/ipv6/mcast_snoop.o
Please only compile the multicast compat code when multicast is compiled into the module.
Cheers, Marek