mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/dahdi-linux: needs CRC CCITT
dahdi-linux needs a linux with CRC CCITT since the addition of the package in commitd959966b41as stated in the README: - CONFIG_CRC_CCITT must be enabled ('y' or 'm'). On 2.6 kernels this can be selected These can be selected from the "Library Routines" submenu during kernel configuration via "make menuconfig". Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commitb22ec4bd95) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
c6a0652f0a
commit
cbe28a841d
@@ -60,6 +60,10 @@ define DAHDI_LINUX_EXTRACT_FW
|
||||
endef
|
||||
DAHDI_LINUX_POST_EXTRACT_HOOKS += DAHDI_LINUX_EXTRACT_FW
|
||||
|
||||
define DAHDI_LINUX_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_CRC_CCITT)
|
||||
endef
|
||||
|
||||
# Need to pass the same options as for building the modules, because
|
||||
# it wants to scan Linux' .config file to check whether some options
|
||||
# are set or not (like CONFIG_FW_LOADER).
|
||||
|
||||
Reference in New Issue
Block a user