batman-adv: new package
authorChristian Stewart <christian@paral.in>
Wed, 25 May 2016 00:35:02 +0000 (17:35 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 May 2016 17:16:22 +0000 (19:16 +0200)
commitd90f182b9142a1e2a1784c32022a6d726356207a
tree906fc9b5f25b0b2388bd428de3b3029dbcd9c479
parent232285f45be683b3ada8170b62d7f1be05c22ca4
batman-adv: new package

This package introduces batman-adv, a kernel module implementation of
the B.A.T.M.A.N. IV and V mesh network routing protocols.

While batman-adv exists in the mainline kernel tree, it can also be
built as an external out-of-tree module. This package adds the
flexibility to chose a more up to date version of the module than exists
in the official tree, and also allows for compilation against kernels
without batman-adv in-tree support.

https://www.open-mesh.org/projects/batman-adv/

Signed-off-by: Christian Stewart <christian@paral.in>
[Thomas:
 - remove "default n", since it's the default
 - fix indentation of Config.in help text
 - license is GPLv2, not just GPL
 - remove variable BATMAN_ADV_MAKE_OPTS, name it directly
   BATMAN_ADV_MODULE_MAKE_OPTS as this is what is expected by the kernel
   module infrastructure.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/batman-adv/Config.in [new file with mode: 0644]
package/batman-adv/batman-adv.hash [new file with mode: 0644]
package/batman-adv/batman-adv.mk [new file with mode: 0644]