forked from jengelh/kmod
47b27bff0a7f3a9649818d62eb340a5e051e8b357cb878e2e89d9529459d3dc1
This patch was never mentioned in changelog as added, and is not used.
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.
Description
Languages
Diff
100%