mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
With dlopen() enabled, kmod will load compression libraries only if actually needed (loading compressed modules into the kernel does not if the kernel can handle decompression, depending on its configuration), and only the needed one. Use compressed modules in the kmod test without enabling in-kernel decompression to verify decompression in kmod works. Signed-off-by: Fiona Klute <fiona.klute@gmx.de> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>