ee66864bcf
Signed-off-by: Norbert Lange <nolange79@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
20 lines
465 B
Plaintext
20 lines
465 B
Plaintext
config BR2_PACKAGE_HOST_KMOD
|
|
bool "host kmod"
|
|
help
|
|
kmod is a set of tools to handle common tasks with Linux
|
|
kernel modules like insert, remove, list, check properties,
|
|
resolve dependencies and aliases.
|
|
|
|
if BR2_PACKAGE_HOST_KMOD
|
|
|
|
config BR2_PACKAGE_HOST_KMOD_GZ
|
|
bool "support gzip-compressed modules"
|
|
|
|
config BR2_PACKAGE_HOST_KMOD_ZSTD
|
|
bool "support zstd-compressed modules"
|
|
|
|
config BR2_PACKAGE_HOST_KMOD_XZ
|
|
bool "support xz-compressed modules"
|
|
|
|
endif
|