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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D1FA138334 for ; Sun, 24 Nov 2019 20:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48304E0871; Sun, 24 Nov 2019 20:00:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18B79E0871 for ; Sun, 24 Nov 2019 20:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2838B34D2DB for ; Sun, 24 Nov 2019 20:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F038A8C6 for ; Sun, 24 Nov 2019 20:00:12 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1574625556.370dde2816bd28f75dbf6111fac571ed9d34791f.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/kernel-generic-config X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 370dde2816bd28f75dbf6111fac571ed9d34791f X-VCS-Branch: master Date: Sun, 24 Nov 2019 20:00:12 +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: 0fda9782-2857-456b-9314-69ac00c01ef7 X-Archives-Hash: 95d22d67e7d17596001eea063a224653 commit: 370dde2816bd28f75dbf6111fac571ed9d34791f Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Nov 20 01:54:58 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Nov 24 19:59:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=370dde28 kernel-generic-config: Enable support for bzip2, gzip and xz compressed initramfs Bug: https://bugs.gentoo.org/698828 Signed-off-by: Thomas Deutschmann gentoo.org> defaults/kernel-generic-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index 3a7992e..c76b175 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -35,6 +35,9 @@ CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_XACCT=y CONFIG_TASK_IO_ACCOUNTING=y +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_XZ=y CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=19 CONFIG_IKCONFIG=y