Hello,
I'm building Buildroot using a 5.45 kernel kernel, when I add the "batman-adv" package and compile I receive this error:
/buildroot/output/build/batman-adv-2019.3/net/batman-adv/soft-interface.c:439:2: error: implicit declaration of function ‘nf_reset’; did you mean ‘dql_reset’? [-Werror=implicit-function-declaration] 439 | nf_reset(skb); | ^~~~~~~~ | dql_reset
Is there a patch to correct this? Any insight would be greatly appreciated.
Best regards,
Cale Collins