kmod
kmod is a set of tools to handle common tasks with Linux kernel
modules like insert, remove, list, check properties, resolve
dependencies and aliases.
These tools are designed on top of libkmod, a library that is shipped
with kmod. The aim is to be compatible with tools, configurations and
indexes from module-init-tools project.
- Devel package for openSUSE:Factory
-
11
derived packages
- Links to openSUSE:Factory / kmod
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/kmod && cd $_
Refresh
Refresh
Comments 2
luc14n0 wrote over 4 years ago
Why are we using /usr/include/kmod/? The standard location across the major distros is /usr/include/. Only openSUSE and NixOS (that I know so far) use a subdirectory under the include directory to place its header files. I just had to patch an app because of that, now I don't even know if a change upstream to maybe use a var to store the libkmod.h location will be accepted.
jengelh wrote over 4 years ago
To flag all apps that fail to use pkg-config to discover the paths.