Go to file
2024-04-05 18:24:39 +00:00
_multibuild Accepting request 1084606 from home:dimstar:Factory 2023-05-04 11:44:04 +00:00
.gitattributes Accepting request 96968 from home:jengelh:dev 2011-12-18 20:28:33 +00:00
.gitignore Accepting request 96968 from home:jengelh:dev 2011-12-18 20:28:33 +00:00
0002-modprobe-Recognize-allow-unsupported-modules-on-comm.patch factory bot rejects undeclared renames, so undo that 2019-05-01 09:17:15 +00:00
0003-libkmod-config-Recognize-allow_unsupported_modules-i.patch factory bot rejects undeclared renames, so undo that 2019-05-01 09:17:15 +00:00
0009-libkmod-Implement-filtering-of-unsupported-modules-o.patch - Update to release 31 2023-09-30 00:22:25 +00:00
0010-modprobe-Implement-allow-unsupported-modules.patch Accepting request 867471 from home:michals 2021-01-28 12:56:33 +00:00
0011-Do-not-filter-unsupported-modules-when-running-a-van.patch factory bot rejects undeclared renames, so undo that 2019-05-01 09:17:15 +00:00
0012-modprobe-print-unsupported-status.patch factory bot rejects undeclared renames, so undo that 2019-05-01 09:17:15 +00:00
kmod-32.tar.sign Accepting request 1164983 from home:michals 2024-04-04 22:34:58 +00:00
kmod-32.tar.xz Accepting request 1164983 from home:michals 2024-04-04 22:34:58 +00:00
kmod-testsuite.spec Accepting request 1164983 from home:michals 2024-04-04 22:34:58 +00:00
kmod.changes Accepting request 1164983 from home:michals 2024-04-04 22:34:58 +00:00
kmod.keyring Accepting request 965426 from home:dirkmueller:Factory 2022-03-28 18:19:03 +00:00
kmod.spec Accepting request 1164983 from home:michals 2024-04-04 22:34:58 +00:00
no-stylesheet-download.patch Accepting request 1164983 from home:michals 2024-04-04 22:34:58 +00:00
README.usrmerge Accepting request 1103710 from home:michals 2023-08-13 21:35:48 +00:00

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.