From patchwork Tue May 14 20:09:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Darander X-Patchwork-Id: 243823 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 405F72C00A9 for ; Wed, 15 May 2013 06:09:51 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6987DA027B; Tue, 14 May 2013 20:09:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uygaGteNEJjV; Tue, 14 May 2013 20:09:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 19AB5A027F; Tue, 14 May 2013 20:09:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7EBCB8F7A0 for ; Tue, 14 May 2013 20:09:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 76F238C82D for ; Tue, 14 May 2013 20:09:42 +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 D8OuE76IbeK2 for ; Tue, 14 May 2013 20:09:41 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from stoexhubfe02.domain01.net (STOEXHUBFE02.domain01.net [83.145.59.141]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5DE438C7CF for ; Tue, 14 May 2013 20:09:41 +0000 (UTC) Received: from localhost (2.68.78.119) by stoexhubfe02.domain01.net (10.12.10.7) with Microsoft SMTP Server id 8.3.279.1; Tue, 14 May 2013 22:09:38 +0200 From: Anders Darander To: Date: Tue, 14 May 2013 22:09:53 +0200 Message-ID: <1368562193-26149-5-git-send-email-anders@chargestorm.se> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1368562193-26149-1-git-send-email-anders@chargestorm.se> References: <1368562193-26149-1-git-send-email-anders@chargestorm.se> MIME-Version: 1.0 X-GFI-SMTP-Submission: 1 Cc: Anders Darander Subject: [Buildroot] [PATCH v4 4/4] beaglebone: enable NFS root X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Anders Darander --- board/beaglebone/linux-3.8.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/beaglebone/linux-3.8.config b/board/beaglebone/linux-3.8.config index c083c70..4242771 100644 --- a/board/beaglebone/linux-3.8.config +++ b/board/beaglebone/linux-3.8.config @@ -179,6 +179,8 @@ CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y # CONFIG_MISC_FILESYSTEMS is not set +CONFIG_NFS_FS=y +CONFIG_ROOT_NFS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y CONFIG_PRINTK_TIME=y