package/batman-adv: needs CONFIG_CRC16
CONFIG_CRC16 is needed to avoid the following build failure:
ERROR: modpost: "crc16" [/nvmedata/autobuild/instance-6/output-1/build/batman-adv-2021.4/net/batman-adv/batman-adv.ko] undefined!
Fixes:
- http://autobuild.buildroot.org/results/64bf0f89ef444dda4d1277c0e46d189ad2515713
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Christian Stewart <christian@paral.in>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 5c7f712c48
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
85e0bbd786
commit
c716238bbd
@ -35,6 +35,7 @@ define BATMAN_ADV_CONFIGURE_CMDS
|
||||
endef
|
||||
|
||||
define BATMAN_ADV_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_CRC16)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_LIBCRC32C)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user