openwrt-routing/batman-adv
Matthias Schiffer 8018159e9c
batman-adv: use kernel-specific PKG_BUILD_DIR
The batman-adv Makefile set a PKG_BUILD_DIR outside of KERNEL_BUILD_DIR;
this could lead to batman-adv not being rebuilt when switching targets and
thus kernel configurations. This resulted in ABI mismatches and
occasionally broke the build with messages like the following:

    Package kmod-batman-adv is missing dependencies for the following libraries:
    crc16.ko

Instead of setting a better PKG_BUILD_DIR ourselves, we can just remove
the explicit PKG_BUILD_DIR definition and include kernel.mk before
package.mk to get the default definition used by other kernel module
packages.

Reported-by: David Lutz <kpanic@hirnduenger.de>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-27 13:39:10 +01:00
..
files batman-adv: upgrade package to latest release 2016.5 2016-12-16 10:00:44 +01:00
patches batman-adv: upgrade package to latest release 2016.5 2016-12-16 10:00:44 +01:00
Config.in batman-adv: upgrade package to latest release 2016.4 2016-10-28 18:03:42 +02:00
Makefile batman-adv: use kernel-specific PKG_BUILD_DIR 2017-01-27 13:39:10 +01:00