From patchwork Mon Jan 14 11:12:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 211761 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 0BCB42C00A6 for ; Mon, 14 Jan 2013 22:13:35 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7E65D101916; Mon, 14 Jan 2013 11:13:21 +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 1BbjFUt3b+z9; Mon, 14 Jan 2013 11:13:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C57A81019D2; Mon, 14 Jan 2013 11:12:21 +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 A8A808F75B for ; Mon, 14 Jan 2013 11:12:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 40C588B1FC for ; Mon, 14 Jan 2013 11:12:31 +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 QaCRlYecdbKk for ; Mon, 14 Jan 2013 11:12:29 +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 7AD218B107 for ; Mon, 14 Jan 2013 11:12:29 +0000 (UTC) Received: from asgard (host212.200-82-114.telecom.net.ar [200.82.114.212]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id r0EBCMaT028275 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Jan 2013 11:12:24 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1358161946; bh=U8GMHwf2v1xr/oKFfYXfdQ//p2RX0f5+T7uWUaB5g6E=; h=From:To:Cc:Subject:Date; b=EH5tDvkkWjf4MGAI2KeM5IZT/+3eKbf8QSgsNsoijpBZaZJUhvL8Rl7OmWQGjl1f+ EdV4sHZFW0GM2/FfGUzqfTE2wVvWaiuYAhDc2upHQkTja5juqLIZVOhFTb7hHwznII hQVqXqj6m76elbETKBfiYCqBp2PzPnNlKqWWUrWE= Received: by asgard (sSMTP sendmail emulation); Mon, 14 Jan 2013 08:12:20 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 14 Jan 2013 08:12:20 -0300 Message-Id: <1358161940-28777-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] links: 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 Fixes http://autobuild.buildroot.net/results/1c1456b19d7483475430b390291240733dbbf21b Signed-off-by: Gustavo Zacarias --- package/links/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/links/Config.in b/package/links/Config.in index 474aa6a..141eaf2 100644 --- a/package/links/Config.in +++ b/package/links/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LINKS bool "links" + depends on BR2_USE_MMU # fork() help Graphics and text mode WWW browser (kind of like lynx).