Hi, Sven,

On Thu, 2 Dec 2021 at 01:49, Sven Roederer <devel-s...@geroedel.de> wrote:
>
> I'm trying to make a as small as possible kernel (to safe RAM / flash). As I'm
> already using the lzo-module I like to avoid to include both and keep the
> choice to select any combination of them.

I wholeheartedly agree with the objective, but I'm still not convinced
the benefits outweight the complexity of an extra kernel patch, for
two reasons. First, a system so RAM-constrained that can't afford an
extra worst-case two page allocation (8192 bytes, for the ~6 kiB
lzo-rle module) is most likely not a viable target for OpenWrt anymore
(ditto for the extra storage space). Second, if you're using zram and
you want to use lzo compression, what you really want is lzo-rle, as
it offers higher compression ratios.

Thanks,
Rui

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to