[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] Lzip patch for kmod-25
From: |
Matias Fonzo |
Subject: |
Re: [Lzip-bug] Lzip patch for kmod-25 |
Date: |
Fri, 20 Apr 2018 13:13:01 -0300 |
On Fri, 20 Apr 2018 15:27:33 +0200
p.z.l <address@hidden> wrote:
> Yes! I've applied your patch against kmod-25, success. The only
> thing after applying the patch is that I've used `autoreconf
> -vif' since I am using automake-1.16, and they did it the
> bootstrap with automake-1.15. I've recompiled the kernel
> enabling the option to compress the modules with LZIP. In my first
> boot, all is normal, lsmod works, rmmod and modprobe, too. Good
> job! Can you say what you actually did? Beside applying patch to
> kmod? More like step by step, for reference, so everyone can do that.
Sure. All what you need to do is follow the instructions provided by
Antonio, if you are not using automake 1.15, you need to pass
`autoreconf -vif' to generate all the needed files for build after
patching.
If you want to enable it in the kernel, you need to select:
CONFIG_MODULE_COMPRESS=y
Choosing LZIP as the type compressor to use.
These are the complete steps, how I do it for Dragora (a GNU/Linux
distribution):
Recipe:
http://git.savannah.nongnu.org/cgit/dragora.git/plain/recipes/kernel/kmod/recipe?id=afce84bb568c1088d3fbd977a5f2159da09b3618
Kernel config:
http://git.savannah.nongnu.org/cgit/dragora.git/tree/archive/kernel
Hope it helps,
Matías