From patchwork Wed Oct 23 08:56:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergey Alyoshin X-Patchwork-Id: 285563 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 16E3E2C00E3 for ; Wed, 23 Oct 2013 19:57:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9C6398C1F6; Wed, 23 Oct 2013 08:57:12 +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 tgZ4I+nP3aIX; Wed, 23 Oct 2013 08:57:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E09368BFF0; Wed, 23 Oct 2013 08:57:11 +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 B66AE1BF9AC for ; Wed, 23 Oct 2013 08:57:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B2B558C1BF for ; Wed, 23 Oct 2013 08:57:10 +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 4LwHsPrSN3De for ; Wed, 23 Oct 2013 08:57:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 89FA08BFF0 for ; Wed, 23 Oct 2013 08:57:09 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id p9so559731lbv.13 for ; Wed, 23 Oct 2013 01:57:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=YL6tcrHOQc04ochOTUtF9Lz0Sp8zBx1v777R/GvRJ5M=; b=nI93/DwUOaNz6iuwrNVCztaYnyXk3gjNvg4acSbdUTKQzO7c3+yczKH7J4ycCVHWQi mlwY3ytBI+zl0gsQjNh3o6EsZ+28BLrvWG5fnIRE4oF0nroC7Lj7gw4J+tybWbqZk2UL 20ulityvnXcxuShhF1xF7um6yOxrILZhxp8MQjIc9GHTBUpipYCAZtl3Q066Tzck1ZE1 iQrUy0LcyXm6Xo7pqJSHKUktyumWtbdQUpAol7LweASFm5H+erQlK2MVgltP73CGsyWs fhb5KwH+UtjmDNkQmTydQtV/2q4rcUPuoWTVPFbAwCwXp5OrR2IDlB+Z3/fUr7OaS69X qMAw== X-Received: by 10.152.120.228 with SMTP id lf4mr394150lab.44.1382518627490; Wed, 23 Oct 2013 01:57:07 -0700 (PDT) Received: from debian.bit ([62.117.93.12]) by mx.google.com with ESMTPSA id vx8sm18626919lbb.8.2013.10.23.01.57.06 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 23 Oct 2013 01:57:06 -0700 (PDT) From: Sergey Alyoshin To: buildroot@busybox.net Date: Wed, 23 Oct 2013 12:56:59 +0400 Message-Id: <1382518620-26320-1-git-send-email-alyoshin.s@gmail.com> X-Mailer: git-send-email 1.7.10.4 Cc: Sergey Alyoshin Subject: [Buildroot] [PATCH 1/2] kobs-ng: rename patch to comply to convention 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: Sergey Alyoshin Acked-by: Thomas De Schampheleire --- ...obs-ng-fix-mtd-defines.patch => kobs-ng-0001-fix-mtd-defines.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package/kobs-ng/{kobs-ng-fix-mtd-defines.patch => kobs-ng-0001-fix-mtd-defines.patch} (100%) diff --git a/package/kobs-ng/kobs-ng-fix-mtd-defines.patch b/package/kobs-ng/kobs-ng-0001-fix-mtd-defines.patch similarity index 100% rename from package/kobs-ng/kobs-ng-fix-mtd-defines.patch rename to package/kobs-ng/kobs-ng-0001-fix-mtd-defines.patch