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 4732F13877A for ; Wed, 25 Jun 2014 19:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BF7FE0A0B; Wed, 25 Jun 2014 19:10:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06C5DE0A0B for ; Wed, 25 Jun 2014 19:10:19 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19AF633F66B for ; Wed, 25 Jun 2014 19:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id CFA6019148 for ; Wed, 25 Jun 2014 19:10:17 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1403723198.35d7275d87ee8c6831c3e92e1885701e0466b0bd.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/ X-VCS-Repository: proj/genkernel X-VCS-Files: arch/x86_64/modules_load X-VCS-Directories: arch/x86_64/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 35d7275d87ee8c6831c3e92e1885701e0466b0bd X-VCS-Branch: master Date: Wed, 25 Jun 2014 19:10:17 +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: e14c72a3-dfdc-49e9-9d3a-fde68c4be3e9 X-Archives-Hash: be42ca6337d19b12cffa1d39c832c560 commit: 35d7275d87ee8c6831c3e92e1885701e0466b0bd Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Wed Jun 25 19:06:38 2014 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Wed Jun 25 19:06:38 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=35d7275d Add support for more nic drivers to netboot - forgot to add x86_64 config. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo.org> --- arch/x86_64/modules_load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load index 777ded4..1c33a96 100644 --- a/arch/x86_64/modules_load +++ b/arch/x86_64/modules_load @@ -14,7 +14,7 @@ MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic ncr53 MODULES_WAITSCAN="scsi_wait_scan" # Hardware (Network) -MODULES_NET="e1000 tg3" +MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3" # iSCSI support MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"