summaryrefslogtreecommitdiff
path: root/eclass/linux-mod-r1.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-01 09:48:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-01 09:48:44 +0000
commit89e7211956082c276a5a7bd56153c337600969e1 (patch)
treef4b5b3fd4ad8e247e22943db6619c152aa5eb3f5 /eclass/linux-mod-r1.eclass
parentd4ad8633bc8c3408481e882d717fce4985457d81 (diff)
gentoo auto-resync : 01:11:2023 - 09:48:44
Diffstat (limited to 'eclass/linux-mod-r1.eclass')
-rw-r--r--eclass/linux-mod-r1.eclass4
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