_multibuild | ||
.gitattributes | ||
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.