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>
Sun, 14 Oct 2018 14:04:31 +0000 (16:04 +0200)
commit1ba424a4d040210fdded11a7d6848f9b82857918
tree98fe5a9ad2db8a9320d1e8c2391bd5746cc5308e
parentb9656fb31ec8c806cd58a72a970bd14c464ea309
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