diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-11-01 08:16:47 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-11-01 08:16:47 +0000 |
commit | 62c7977f0da00bbb4cf2c967e9416b6e3ab77d85 (patch) | |
tree | f66f2b1bf3d75f935caaecef868fe5a988c1a125 | |
parent | 2023-11-01 08:01:56 UTC (diff) | |
parent | linux-mod-r1.eclass: fix DEPMOD override for kernel 6.6 (diff) | |
download | gentoo-62c7977f0da00bbb4cf2c967e9416b6e3ab77d85.tar.gz gentoo-62c7977f0da00bbb4cf2c967e9416b6e3ab77d85.tar.bz2 gentoo-62c7977f0da00bbb4cf2c967e9416b6e3ab77d85.zip |
Merge updates from master
-rw-r--r-- | eclass/linux-mod-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-mod-r1.eclass b/eclass/linux-mod-r1.eclass index 2a3dde6a3101..858fb0628070 100644 --- a/eclass/linux-mod-r1.eclass +++ b/eclass/linux-mod-r1.eclass @@ -1161,8 +1161,8 @@ _modules_set_makeargs() { # eclass handle strip, sign, compress, and depmod (CONFIG_ should # have no impact on building, only used by Makefile.modinst) CONFIG_MODULE_{SIG_ALL,COMPRESS_{GZIP,XZ,ZSTD}}= - DEPMOD=: - STRIP=: + DEPMOD=true #916587 + STRIP=true ) if [[ ! ${MODULES_I_WANT_FULL_CONTROL} ]]; then |