diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-09 16:40:55 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-09 16:40:55 +0900 |
| commit | baf2def9cc201ee4ae5bab2d31e35c7904d090f9 (patch) | |
| tree | 79411012a1ee20ebc01a61c9998631bc638177f9 /internal/rosa/kmod.go | |
| parent | 242e042cb9ed73f7951f72fd19717d5937a33182 (diff) | |
internal/rosa/kmod: prefix moduledir
This change also works around the kernel build system being unaware of this option.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/kmod.go')
| -rw-r--r-- | internal/rosa/kmod.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/kmod.go b/internal/rosa/kmod.go index 22ff399c..0b416210 100644 --- a/internal/rosa/kmod.go +++ b/internal/rosa/kmod.go @@ -14,6 +14,7 @@ func (t Toolchain) newKmod() (pkg.Artifact, string) { pkg.TarGzip, ), nil, &MesonHelper{ Setup: [][2]string{ + {"Dmoduledir", "/system/lib/modules"}, {"Dsysconfdir", "/system/etc"}, {"Dbashcompletiondir", "no"}, {"Dfishcompletiondir", "no"}, |
