Files
routing/batman-adv
Sven Eckelmann 61466d6639 batman-adv: fix build against Linux 6.18
The EXTRA_CFLAGS for batman-adv were not applied with Linux 6.18. As
result, C files for a specific features were build but the datastructures
were missing the members for this specific feature.

This can be avoided by switching to a more modern way of setting up the
make command (like in this case "mt76"). Besides simplifying and cleaning
up the code, it is now also directly providing the CONFIG preprocessor
variables as part of NOSTDINC_FLAGS. This works on the current kernel
versions 6.12 (default) and 6.18 (testing).

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2026-04-08 22:42:41 +02:00
..
2026-04-08 14:12:50 +02:00
2025-10-25 09:48:35 +02:00