The README.external lists all options which can be enabled/disabled during compile time. The CONFIG_BATMAN_ADV_MCAST option wasn't document in this list.
Signed-off-by: Sven Eckelmann sven@narfation.org --- v2: Remove the wrong Makefile change which slipped into the patch
README.external | 1 + 1 file changed, 1 insertion(+)
diff --git a/README.external b/README.external index e3b533d..f068273 100644 --- a/README.external +++ b/README.external @@ -38,6 +38,7 @@ module). Available options and their possible values are * CONFIG_BATMAN_ADV_DEBUG=[y|n*] (B.A.T.M.A.N. debugging) * CONFIG_BATMAN_ADV_BLA=[y*|n] (B.A.T.M.A.N. bridge loop avoidance) * CONFIG_BATMAN_ADV_DAT=[y*|n] (B.A.T.M.A.N. Distributed ARP Table) + * CONFIG_BATMAN_ADV_MCAST=[y*|n] (B.A.T.M.A.N. multicast optimizations) * CONFIG_BATMAN_ADV_NC=[y|n*] (B.A.T.M.A.N. Network Coding)
e.g., debugging can be enabled by
On Tuesday, April 21, 2015 14:48:56 Sven Eckelmann wrote:
The README.external lists all options which can be enabled/disabled during compile time. The CONFIG_BATMAN_ADV_MCAST option wasn't document in this list.
Signed-off-by: Sven Eckelmann sven@narfation.org
v2: Remove the wrong Makefile change which slipped into the patch
README.external | 1 + 1 file changed, 1 insertion(+)
Applied in b492832 ('next' branch).
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org