From patchwork Mon Feb 18 11:37:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 221266 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 521D02C007E for ; Mon, 18 Feb 2013 22:37:52 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0CD3927268; Mon, 18 Feb 2013 11:37:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lbKnlHLdHNpz; Mon, 18 Feb 2013 11:37:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6F61C27350; Mon, 18 Feb 2013 11:37:49 +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 5885A8F74B for ; Mon, 18 Feb 2013 11:37:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D49768B4A8 for ; Mon, 18 Feb 2013 11:37:48 +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 S9uOHJgK7Kk6 for ; Mon, 18 Feb 2013 11:37:47 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 298648AF3C for ; Mon, 18 Feb 2013 11:37:46 +0000 (UTC) Received: from asgard (host202.190-138-220.telecom.net.ar [190.138.220.202]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r1IBbdLF020727 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 18 Feb 2013 11:37:41 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1361187463; bh=egWVD7lm7Oq3yjO6g4FjefVYHUDUyLJJ+/Mf0wEiqP4=; h=From:To:Cc:Subject:Date; b=Lw/H+beWLVk0mPRqlzqI36LdskyVTfIlCZN5Kn+pV+h5GePwXBElx+cGmE2FKcmbP +2KZwIVUwLPxeKdmsARMGz9LQMqfX7BV0wuB/YW8cVLUofDM/a5Htrz8hz3muMWpsS nKTn+fNkh1GEBONpOunZp6aNLg/hKTQlF2dhCM3Q= Received: by asgard (sSMTP sendmail emulation); Mon, 18 Feb 2013 08:37:37 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 18 Feb 2013 08:37:37 -0300 Message-Id: <1361187457-8689-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.6 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] ntfs-3g: needs mmu 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The internal libfuse-lite implementation uses it, and since the external full-blown libfuse also requires it there's no other choice. Signed-off-by: Gustavo Zacarias --- package/ntfs-3g/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in index 1d3e2fb..be19a57 100644 --- a/package/ntfs-3g/Config.in +++ b/package/ntfs-3g/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_NTFS_3G bool "ntfs-3g" depends on BR2_LARGEFILE depends on BR2_USE_WCHAR + depends on BR2_USE_MMU help The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,