Bug #352
closed
Kernel module failed to build if CONFIG_INET is switched off
Added by Марк Коренберг over 6 years ago.
Updated over 6 years ago.
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
- 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.
Also available in: Atom
PDF