From c53b327176faa7a94a4cb010c7a2d134f1679a5b Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Wed, 4 Mar 2020 23:13:14 +0100 Subject: [PATCH] targets/generic_ffberlin: BATMAN_ADV_BLA depends on kmod-lib-crc16 even the whole batman-adv package is build as module it still depends on crc16. As batman-adv is only modulear the lib-crc16 is also modular, bit this fails on build. --- targets/generic_ffberlin | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/generic_ffberlin b/targets/generic_ffberlin index 9f99c39a..0bc48a5f 100644 --- a/targets/generic_ffberlin +++ b/targets/generic_ffberlin @@ -13,6 +13,7 @@ config '# CONFIG_KERNEL_DEBUG_INFO is not set' config '# CONFIG_KERNEL_DEBUG_KERNEL is not set' config '# CONFIG_KERNEL_KALLSYMS is not set' config 'CONFIG_BATMAN_ADV_BLA=y' +config 'CONFIG_PACKAGE_kmod-lib-crc16=y' config 'CONFIG_BATMAN_ADV_DAT=y' config 'CONFIG_BATMAN_ADV_MCAST=y' config 'CONFIG_BUSYBOX_CUSTOM=y'