Actions
Bug #352
closedKernel module failed to build if CONFIG_INET is switched off
Start date:
04/06/2018
Due date:
% Done:
0%
Estimated time:
Description
Fix is trivial and patch is attached.
Also, I have question: if I set CONFIG_INET=n, will all batman multicast features work correctly ? same about CONFIG_IPV6 ?
Files
Updated by Sven Eckelmann over 6 years ago
- Status changed from New to Rejected
Please send patches to the mailing list. Check Contribute for more information. And there is a MailingList for support questions.
And this patch is not acceptable in the current form. The Kconfig clearly states that CONFIG_INET is required
84 config BATMAN_ADV_MCAST 85 bool "Multicast optimisation" 86 depends on BATMAN_ADV && INET && !(BRIDGE=m && BATMAN_ADV=y) 87 default n 88 help 89 This option enables the multicast optimisation which aims to 90 reduce the air overhead while improving the reliability of 91 multicast messages.
Actions