Package Details: linux-mkopec-git 6.18.6.r17.1834061e103f-1

Git Clone URL: https://aur.archlinux.org/linux-mkopec-git.git (read-only, click to copy)
Package Base: linux-mkopec-git
Description: The Linux with curent work from mkopec kernel and modules
Upstream URL: https://github.com/mkopec/linux.git
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: mihau
Maintainer: mihau
Last Packager: mihau
Votes: 3
Popularity: 1.39
First Submitted: 2026-02-20 11:24 (UTC)
Last Updated: 2026-02-20 11:24 (UTC)

Dependencies (21)

Required by (11)

Sources (6)

Latest Comments

nlflint commented on 2026-04-03 06:39 (UTC) (edited on 2026-04-03 06:42 (UTC) by nlflint)

You can make this compile faster by using the MAKEFLAGS env var to use all your threads. For example, run yay like this: MAKEFLAGS="-j$(nproc)" yay -S linux-mkopec-git linux-mkopec-git-headers

rcmz commented on 2026-02-28 15:00 (UTC) (edited on 2026-02-28 17:58 (UTC) by rcmz)

i was getting

==> Starting package_linux-mkopec-git-headers()...
Installing build files...
Installing headers...
Installing KConfig files...
Installing Rust files...
install: cannot stat 'rust/*.rmeta': No such file or directory

fixed it by removing rustup and installing rust instead.

also, consider adding -j$(nproc) to make all to avoid waiting all day.