batman-adv: Load module with AutoProbe
authorSven Eckelmann <sven@narfation.org>
Tue, 5 Jun 2018 12:28:39 +0000 (14:28 +0200)
committerSven Eckelmann <sven@narfation.org>
Tue, 17 Jul 2018 18:21:06 +0000 (20:21 +0200)
commit846efa230501a0021291ff791817fefdbee3e50e
treea978f95bbb9302614ab2f1c404b2960f99694a8b
parent00131761254de138bd6f48fa0cfa351af932a2be
batman-adv: Load module with AutoProbe

cfg80211 is loaded by kmodloader after the modules with a priority
(AutoLoad) are loaded. batman-adv should therefore also be loaded at that
time and must not load cfg80211 itself. The information in the ELF header
are enough for kmodloader to load these two modules in the correct order.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
batman-adv/Makefile