From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5201158015 for ; Sat, 30 Dec 2023 16:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 287A52BC02A; Sat, 30 Dec 2023 16:20:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1378F2BC02A for ; Sat, 30 Dec 2023 16:20:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5516333BE3B for ; Sat, 30 Dec 2023 16:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC6E1AC2 for ; Sat, 30 Dec 2023 16:20:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1703953147.b5cd80f3abce95ac59f6c719f26b1dab0ca182c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/use.desc X-VCS-Directories: profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5cd80f3abce95ac59f6c719f26b1dab0ca182c5 X-VCS-Branch: master Date: Sat, 30 Dec 2023 16:20:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 622ceba1-38f5-44d5-a528-cf09938c6feb X-Archives-Hash: 5b636decb770786047207764b689f01d commit: b5cd80f3abce95ac59f6c719f26b1dab0ca182c5 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 28 08:53:26 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 30 16:19:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cd80f3 profiles/use.desc: Add global USE=modules-compress Add a global `modules-compress` flag that controls installing compressed kernel modules. The primary purpose of this flag is to make it possible to install uncompressed modules while preserving module decompression support in the prebuilt dist-kernel. Signed-off-by: Michał Górny gentoo.org> profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index 65c809a71ddd..aa773eeb74f0 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -201,6 +201,7 @@ mms - Support for Microsoft Media Server (MMS) streams mng - Add support for libmng (MNG images) modplug - Add libmodplug support for playing SoundTracker-style music files modules - Build the kernel modules +modules-compress - Install compressed kernel modules (if kernel config enables module compression) modules-sign - Cryptographically sign installed kernel modules (requires CONFIG_MODULE_SIG=y in the kernel) mono - Build Mono bindings to support dotnet type stuff motif - Add support for the Motif toolkit