From patchwork Fri Mar 13 02:19:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergey Ryazanov X-Patchwork-Id: 449776 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A609B1400F1 for ; Fri, 13 Mar 2015 13:44:50 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=dO8wUZJO; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id A522828C6A9; Fri, 13 Mar 2015 03:28:05 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 92C2728C183 for ; Fri, 13 Mar 2015 03:20:51 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-la0-f48.google.com (mail-la0-f48.google.com [209.85.215.48]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 13 Mar 2015 03:20:01 +0100 (CET) Received: by labmn12 with SMTP id mn12so19785889lab.8 for ; Thu, 12 Mar 2015 19:20:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=mj4y2VNXIAYJXNH5utteoR1maILx/AnyGb7HPvPPCUY=; b=dO8wUZJOwq/nJns48khgHluIIbdWE6l7kT4C/vP5SiEydeo+4jNNJToV9zPkaEofy7 6or2kJbH+fUbVP1f9xhy3MtL+7ehteAiNRq/cTZFkehj6oRdpZF2WqOwahRlE7sT7J+F Dao8Afm0L3HMSy2z7tVuToa1w4iMl8ppfGvfUiY2ttJdlfS7MnJ71iBVfO1oq7G9wNWU UavA+wIseWnt1dNE5zd8ic9kclz0kkUnUesZXwympnXytk0Qj/LgDEqW/VTgylvDrOMl KlrXZQPpjeBaBn9jayJ77/4Tq6JFzqqkKc1wyiknwMcoQDgrZ3At4kghQEXMnaXgVDVc 3JIg== X-Received: by 10.152.198.8 with SMTP id iy8mr22271119lac.13.1426213214596; Thu, 12 Mar 2015 19:20:14 -0700 (PDT) Received: from rsa-laptop.internal.lan ([217.25.229.52]) by mx.google.com with ESMTPSA id ao5sm107290lac.48.2015.03.12.19.20.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Mar 2015 19:20:13 -0700 (PDT) From: Sergey Ryazanov To: OpenWrt Development List Date: Fri, 13 Mar 2015 05:19:33 +0300 Message-Id: <1426213178-5239-29-git-send-email-ryazanov.s.a@gmail.com> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1426213178-5239-1-git-send-email-ryazanov.s.a@gmail.com> References: <1426213178-5239-1-git-send-email-ryazanov.s.a@gmail.com> Subject: [OpenWrt-Devel] [PATCH 28/33] atheros: v3.18: renumber backported patches X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Move first 3 patches to 0xx numbers range to denote that this is backported code and they should be removed when we update kernel to version >= 3.19 Signed-off-by: Sergey Ryazanov --- target/linux/atheros/patches-3.18/{100-board.patch => 010-board.patch} | 0 .../{101-early-printk-support.patch => 020-early-printk-support.patch} | 0 .../atheros/patches-3.18/{105-ar2315_pci.patch => 030-ar2315_pci.patch} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename target/linux/atheros/patches-3.18/{100-board.patch => 010-board.patch} (100%) rename target/linux/atheros/patches-3.18/{101-early-printk-support.patch => 020-early-printk-support.patch} (100%) rename target/linux/atheros/patches-3.18/{105-ar2315_pci.patch => 030-ar2315_pci.patch} (100%) diff --git a/target/linux/atheros/patches-3.18/100-board.patch b/target/linux/atheros/patches-3.18/010-board.patch similarity index 100% rename from target/linux/atheros/patches-3.18/100-board.patch rename to target/linux/atheros/patches-3.18/010-board.patch diff --git a/target/linux/atheros/patches-3.18/101-early-printk-support.patch b/target/linux/atheros/patches-3.18/020-early-printk-support.patch similarity index 100% rename from target/linux/atheros/patches-3.18/101-early-printk-support.patch rename to target/linux/atheros/patches-3.18/020-early-printk-support.patch diff --git a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch b/target/linux/atheros/patches-3.18/030-ar2315_pci.patch similarity index 100% rename from target/linux/atheros/patches-3.18/105-ar2315_pci.patch rename to target/linux/atheros/patches-3.18/030-ar2315_pci.patch