batman-adv: Fix search for cfg80211 module symbols
authorSven Eckelmann <sven@narfation.org>
Sun, 7 Oct 2018 11:20:30 +0000 (13:20 +0200)
committerSven Eckelmann <sven@narfation.org>
Sun, 14 Oct 2018 14:04:31 +0000 (16:04 +0200)
commitb9656fb31ec8c806cd58a72a970bd14c464ea309
tree9bb53f7be9068fdf4eb47ee7861749d8d86c78c2
parent059d7266a93bd307a69db8684babec54abf8e9ef
batman-adv: Fix search for cfg80211 module symbols

The Module.symvers with the exported symbols of all other kernel modules in
OpenWrt is usually placed in the main source directory of the package. But
the actual sources for batman-adv are found in net/batman-adv. OpenWrt must
therefore be informed to move it to this subdirectory or otherwise modpost
will fail to find the symbols

  WARNING: "cfg80211_get_station" [.../batman-adv-2018.1/net/batman-adv/batman-adv.ko] undefined!

The dependency will then be missing in the .modinfo depends= option and
thus it the kernel module loader will not correctly load the cfg80211.ko
during bootup.

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