From patchwork Thu Apr 5 14:17:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 150965 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 30C4BB6FC9 for ; Fri, 6 Apr 2012 00:17:30 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 69DAC3217E; Thu, 5 Apr 2012 14:17:27 +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 gFtbvM1c-gaU; Thu, 5 Apr 2012 14:17:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 2CE5E32186; Thu, 5 Apr 2012 14:17:26 +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 65F668F75B for ; Thu, 5 Apr 2012 14:17:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5D9D49043C for ; Thu, 5 Apr 2012 14:17:25 +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 14ZUV3KxEh49 for ; Thu, 5 Apr 2012 14:17:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4966890312 for ; Thu, 5 Apr 2012 14:17:24 +0000 (UTC) Received: from asgard (host10.190-30-120.telecom.net.ar [190.30.120.10]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q35EHJVT019002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Apr 2012 11:17:21 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1333635443; bh=3rWPhgM1MvwzPLFJxYAJLsASm8bHAWCJ2Exi+yfkzWQ=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=QJ+z524LjwBK7T4lb+srgVfrch3KqbLqL0adinRC54z/zNBraes8WoVZ9FOLXYRqV 9bbSbFC7WaINenqCs9ON8rr3XszoRbMlqc1K6Uh912wWq6npDo7znX/0ovz6+438Sg OOegjJPvUXbJaG0wodWIxPmh5skZqGyc53PAK3wk= Received: by asgard (sSMTP sendmail emulation); Thu, 05 Apr 2012 11:17:18 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 5 Apr 2012 11:17:04 -0300 Message-Id: <1333635427-24526-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1333635427-24526-1-git-send-email-gustavo@zacarias.com.ar> References: <1333635427-24526-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 3/6] wget: 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 Signed-off-by: Gustavo Zacarias --- package/wget/Config.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/wget/Config.in b/package/wget/Config.in index 3877a3a..3f79a64 100644 --- a/package/wget/Config.in +++ b/package/wget/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_WGET bool "wget" + # fork() + depends on BR2_USE_MMU help Network utility to retrieve files from http, https and ftp.