From patchwork Thu Sep 5 07:12:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 272803 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 9F9B22C00DE for ; Thu, 5 Sep 2013 17:12:29 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B81668B00A; Thu, 5 Sep 2013 07:12:28 +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 OxFvIuzeI_v0; Thu, 5 Sep 2013 07:12:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3BA00896A0; Thu, 5 Sep 2013 07:12:28 +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 623491BF9E2 for ; Thu, 5 Sep 2013 07:12:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5B0488B948 for ; Thu, 5 Sep 2013 07:12:26 +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 euwknjNbKwcU for ; Thu, 5 Sep 2013 07:12:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f44.google.com (mail-ee0-f44.google.com [74.125.83.44]) by whitealder.osuosl.org (Postfix) with ESMTPS id 43C7D8B1BD for ; Thu, 5 Sep 2013 07:12:25 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id b47so677673eek.31 for ; Thu, 05 Sep 2013 00:12:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:content-transfer-encoding:subject :message-id:user-agent:date:from:to; bh=+DHgsutug5W3a6W1CO6CnTk1OQwg+jNlWbkeji3S6Ek=; b=0PIfEMyOWsYdzwweCmslxb2lLTbNWntwl5qxRcY75LFb79vDW+d8OA86zTYawjwhAF a+YV/wKcTR7IZcQQriEG+5CO09qpXUvQjWTzCBfwaEePsSjoz3tlX0ap7nhOpAJD+Dlx 6847NAR8BysCORne9WChJtZbe5eAzra5OZo+os5p1sij7bKoC4B3/wFbrv14wE2KBGNB qD5G8i1vvyFyW7N2L0r1G38ceSAvyQWgbXqgARazeF/BZec9+OoV4DIDQlit+iazCa7z L9yxQmjwhIVhaZl49d5iLjlXSeoxFUXQNAzx7+YUGk7ZgmH694Ujt7aj0i/OR0qaAHGG SZlw== X-Received: by 10.14.177.199 with SMTP id d47mr11167325eem.14.1378365143788; Thu, 05 Sep 2013 00:12:23 -0700 (PDT) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id a43sm46107093eep.9.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Sep 2013 00:12:23 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: ed18f0f200351fcbb737937711b6491768850d08 Message-Id: User-Agent: Mercurial-patchbomb/2.2.2 Date: Thu, 05 Sep 2013 09:12:15 +0200 From: Thomas De Schampheleire To: buildroot@busybox.net Subject: [Buildroot] [PATCH] trivial: remove odd references to 'buildroot2' 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 In the past there may have been a very good reason to refer to 'buildroot2', but these days it's just odd. Signed-off-by: Thomas De Schampheleire diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Makefile for buildroot2 +# Makefile for buildroot # # Copyright (C) 1999-2005 by Erik Andersen # Copyright (C) 2006-2013 by the Buildroot developers diff --git a/support/kconfig/README.buildroot2 b/support/kconfig/README.buildroot rename from support/kconfig/README.buildroot2 rename to support/kconfig/README.buildroot --- a/support/kconfig/README.buildroot2 +++ b/support/kconfig/README.buildroot @@ -4,7 +4,7 @@ to suit Buildroot. To update: cp -r /usr/src/linux/scripts/kconfig support/kconfig.new cd support/config.new - cp -a ../kconfig/patches ../kconfig/README.buildroot2 . + cp -a ../kconfig/patches ../kconfig/README.buildroot . quilt push -a # Fix any conflict cd ..