From patchwork Tue Nov 17 16:37:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 545653 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 43C7414144B for ; Wed, 18 Nov 2015 03:37:47 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=sNoqJ9N2; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 809BC8465D; Tue, 17 Nov 2015 16:37:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5KyjHuMPa7LI; Tue, 17 Nov 2015 16:37:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7220184696; Tue, 17 Nov 2015 16:37:45 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B9E061C0FB4 for ; Tue, 17 Nov 2015 16:37:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B626286E66 for ; Tue, 17 Nov 2015 16:37:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gUn6m4-ccHgA for ; Tue, 17 Nov 2015 16:37:44 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1D8A688A00 for ; Tue, 17 Nov 2015 16:37:43 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id tAHGbb3o027202 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 17 Nov 2015 16:37:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1447778261; bh=JI6n4rePZ0KdXAXY6gu/Q9ouqHwJpcvMw0OhCIsV9uQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=sNoqJ9N2wiTYBt4+qrAcqNO49PDgEpCMK68DBnkQXwNd9O28CiQqNlzy6KM/lO50H Vm4ZoJ57Nu4zlJ9dexB+HyqRXouJseMXu7mW/rN8QBnj/z6cpPTA04A5F9XHkK5A2Y PiJlZUm8i3WSbqKDPELdgSmTwt5gyn1KPvlQa6K0= Received: by asgard (sSMTP sendmail emulation); Tue, 17 Nov 2015 13:37:28 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 17 Nov 2015 13:37:13 -0300 Message-Id: <1447778234-14246-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1447778234-14246-1-git-send-email-gustavo@zacarias.com.ar> References: <1447778234-14246-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/3] configs/qemu: fix networking for sparc64 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" It contained a typo that prevented the driver from being built. Signed-off-by: Gustavo Zacarias --- board/qemu/sparc64-sun4u/linux-4.3.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/qemu/sparc64-sun4u/linux-4.3.config b/board/qemu/sparc64-sun4u/linux-4.3.config index 7eda705..0e1e168 100644 --- a/board/qemu/sparc64-sun4u/linux-4.3.config +++ b/board/qemu/sparc64-sun4u/linux-4.3.config @@ -15,7 +15,7 @@ CONFIG_BLK_DEV_SD=y CONFIG_ATA=y CONFIG_PATA_CMD64X=y CONFIG_NETDEVICES=y -CONFIG_E1000_PCI=y +CONFIG_E1000=y CONFIG_SERIAL_SUNSU=y CONFIG_SERIAL_SUNSU_CONSOLE=y CONFIG_EXT4_FS=y