Project

General

Profile

Actions

Bug #352

closed

Kernel module failed to build if CONFIG_INET is switched off

Added by Марк Коренберг almost 6 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
Normal
Target version:
-
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

batman.patch (606 Bytes) batman.patch Марк Коренберг, 04/06/2018 06:03 PM
Actions #1

Updated by Sven Eckelmann almost 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

Also available in: Atom PDF