From patchwork Sun Mar 2 18:21:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 325632 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 166792C00CB for ; Mon, 3 Mar 2014 05:21:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 08B83FC0C; Sun, 2 Mar 2014 18:21:54 +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 ntrcXP3rLAid; Sun, 2 Mar 2014 18:21:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 54E9DFC25; Sun, 2 Mar 2014 18:21:53 +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 0EC351BF836 for ; Sun, 2 Mar 2014 18:21:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0C80191EA4 for ; Sun, 2 Mar 2014 18:21:52 +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 nFnIM+MH7Gt1 for ; Sun, 2 Mar 2014 18:21:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3A51691EA0 for ; Sun, 2 Mar 2014 18:21:51 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id w62so407966wes.14 for ; Sun, 02 Mar 2014 10:21:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=O2OB3+jRUsCqNg2PExAaXa7BjXwWh0w+GaUDofkqGBM=; b=uM3/e8W7PHrOpptoWH0DzI3XMyF0gxQkbi90qLeEc/M1PSiOaf19v4lnbcORq4bFBA TaV9Spjtw80Ac592hOyiplNn3oXTL5NniV33Fwz9xJe2JLRjIGJ88dSPRpbi0TtcLPcO nCup9zjG0l3ixDBv0TItnlNqke/4Wzxo9hkJteLRlPij9KiMnwAIsokfPsfD6MegfbqS luuBys/zNueQzfkY9uNwmKWIgdEZYJ0ICNRcUSSco2O++kpP3EINSkCeaaZhn27Dz9IQ fpL5eyZeWmd6J5RdC5m5zHpc1EXZJxF563nZX0d7YSVtKLh/SevpOB7zt6Gw5B16bl0t QqDQ== X-Received: by 10.180.189.10 with SMTP id ge10mr11643567wic.47.1393784509708; Sun, 02 Mar 2014 10:21:49 -0800 (PST) Received: from localhost (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id u6sm27075501wif.6.2014.03.02.10.21.48 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 02 Mar 2014 10:21:49 -0800 (PST) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 2 Mar 2014 19:21:41 +0100 Message-Id: <1393784504-11327-2-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1393784504-11327-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1393784504-11327-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 1/4] docs: Move README file to 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Move the README file from the subdirectory doc to the root. Signed-off-by: Maxime Hadjinlian --- docs/README => README | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/README => README (100%) diff --git a/docs/README b/README similarity index 100% rename from docs/README rename to README