Browse Source

package/batman-adv: add note about linux mainline kernel module alternative

Since version 2.6.38 batman-adv is integreated into the linux mainline
kernel ([1], [2]) so add a note about it in the Config.in help text.

[1] https://kernelnewbies.org/Linux_2_6_38
[2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c6c8fea29769d998d94fcec9b9f14d4b52b349d3

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 8ec31f1bc325d8544c8da2922d857272900f3ded)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Seiderer 4 years ago
parent
commit
f86de3280c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/batman-adv/Config.in

+ 2 - 0
package/batman-adv/Config.in

@@ -6,6 +6,8 @@ config BR2_PACKAGE_BATMAN_ADV
 	depends on BR2_LINUX_KERNEL
 	depends on BR2_LINUX_KERNEL
 	help
 	help
 	  batman-adv mesh networking kernel module
 	  batman-adv mesh networking kernel module
+	  Note: batman-adv is part of the linux mainline
+	  kernel since version 2.6.38
 
 
 	  https://www.open-mesh.org/projects/batman-adv/
 	  https://www.open-mesh.org/projects/batman-adv/