kernel: Fix kmod-lib-lz4 packaging
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 29 Jun 2024 15:54:49 +0000 (17:54 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 3 Jul 2024 11:11:00 +0000 (13:11 +0200)
commitfac507606d75eec04762013582273468eea7ed92
treea1cdaaa490d63bc4de341a24efe474651f43f516
parentb0953c4fbf1bb0ad0844febe991636d05884c194
kernel: Fix kmod-lib-lz4 packaging

The kernel provides two variants of the lz4 compression a normal version
and a high compression mode version. The old kmod-lib-lz4 package
contained the normal version plus one part of the lz4hc version. There
was already code which selected the kmod-lib-lz4hc package which did
not exists.

I split this into 3 packages. kmod-lib-lz4 and kmod-lib-lz4hc for the
normal the and high compression algorithm which contain the specific
code and the kmod-lib-lz4-decompress which contains the common
decompressor.

New we are also packaging lz4hc.ko

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link: https://github.com/openwrt/openwrt/pull/15833
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/kernel/linux/modules/lib.mk