>
> Sorry if wrong forum!
>
> Building 2.5.68 kernel with intel815 framebuffer support &
> crypto options.
>
> make modules_install gives -
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.68/kernel/crypto/deflate.ko
> depmod: zlib_inflateInit2_
> depmod: zlib_inflate
> depmod: zlib_inflate_workspacesize
> depmod: zlib_deflateInit2_
> depmod: zlib_deflate_workspacesize
> depmod: zlib_deflate
> depmod: zlib_inflateReset
> depmod: zlib_deflateReset
You need CONFIG_ZLIB_INFLATE and CONFIG_ZLIB_DEFLATE for crypto/deflate.c,
which is provided by the default Kconfig.
- James
-- James Morris <jmorris@intercode.com.au>- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/