1config BR2_PACKAGE_LIBCORRECT 2 bool "libcorrect" 3 depends on !BR2_STATIC_LIBS 4 help 5 A C library for Forward Error Correction, providing 6 convolutional codes and Reed-Solomon codes. It is part 7 of the Quiet Modem Project. 8 9 https://github.com/quiet/libcorrect 10 11comment "libcorrect needs a toolchain w/ dynamic library" 12 depends on BR2_STATIC_LIBS 13