Jan Engelhardt
a0a2e49a01
- Update to release 32 * Drop python bindings * Remove unmaintained experimental tool - Drop upstreamed patches * configure-Detect-openssl-sm3-support.patch * man-depmod.d-Fix-incorrect-usr-lib-search-path.patch * usr-lib-modprobe.patch * kmod-Add-pkgconfig-file-with-kmod-compile-time-confi.patch * tools-depmod-fix-Walloc-size.patch * libkmod-remove-pkcs7-obj_to_hash_algo.patch * usr-lib-modules.patch * configure-Check-that-provided-paths-are-absolute.patch - Refresh no-stylesheet-download.patch OBS-URL: https://build.opensuse.org/request/show/1164983 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=236 |
||
---|---|---|
_multibuild | ||
.gitattributes | ||
.gitignore | ||
0002-modprobe-Recognize-allow-unsupported-modules-on-comm.patch | ||
0003-libkmod-config-Recognize-allow_unsupported_modules-i.patch | ||
0009-libkmod-Implement-filtering-of-unsupported-modules-o.patch | ||
0010-modprobe-Implement-allow-unsupported-modules.patch | ||
0011-Do-not-filter-unsupported-modules-when-running-a-van.patch | ||
0012-modprobe-print-unsupported-status.patch | ||
kmod-32.tar.sign | ||
kmod-32.tar.xz | ||
kmod-testsuite.spec | ||
kmod.changes | ||
kmod.keyring | ||
kmod.spec | ||
no-stylesheet-download.patch | ||
README.usrmerge |
The Tumbleweed kmod and kernel are patched to install modules into /usr/lib/modules (the --with-module-directory configure argument.) This is not compatible with upstream kernel, and upstream rejected patch to make the kernel build system detect this. Suggested solution is to use make MODLIB='$(INSTALL_MOD_PATH)/usr/lib/modules/$(KERNELRELEASE)' when building the upstream kernel.