From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 30F2813825A for ; Mon, 16 May 2016 06:55:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 062FA14088; Mon, 16 May 2016 06:55:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D89DC224042 for ; Mon, 16 May 2016 06:55:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6798340D01 for ; Mon, 16 May 2016 06:55:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58D3091A for ; Mon, 16 May 2016 06:55:43 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1463378985.33222961623c2e3328f1cc00021da671e07290ee.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_configkernel.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 33222961623c2e3328f1cc00021da671e07290ee X-VCS-Branch: master Date: Mon, 16 May 2016 06:55:43 +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-Archives-Salt: 293c80d4-cc7c-42bc-81eb-21b7883a9e25 X-Archives-Hash: c2d72b7f032d8951a9577728a4f97192 commit: 33222961623c2e3328f1cc00021da671e07290ee Author: Robin H. Johnson gentoo org> AuthorDate: Mon May 16 06:09:45 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon May 16 06:09:45 2016 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=33222961 gen_configkernel: bug #486366, fix virtio kconfig. Signed-off-by: Robin H. Johnson gentoo.org> gen_configkernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_configkernel.sh b/gen_configkernel.sh index b3a25af..7e74f32 100755 --- a/gen_configkernel.sh +++ b/gen_configkernel.sh @@ -165,7 +165,7 @@ config_kernel() { CONFIG_PARAVIRT_GUEST CONFIG_VIRTIO_PCI CONFIG_VIRTIO_BALLOON \ CONFIG_VIRTIO_MMIO CONFIG_VIRTIO_BLK CONFIG_SCSI_VIRTIO \ CONFIG_VIRTIO_NET CONFIG_VHOST_NET ; do - kconfig_set_opt "${KERNEL_OUTPUTDIR}/.config" "CONFIG_FB_SPLASH" "y" + kconfig_set_opt "${KERNEL_OUTPUTDIR}/.config" "$k" "y" done fi }