From patchwork Fri Mar 6 18:46:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Lamparter X-Patchwork-Id: 447396 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 115E914010F for ; Sat, 7 Mar 2015 05:47:13 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=googlemail.com header.i=@googlemail.com header.b=XkqhmeeL; 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 295B2284401; Fri, 6 Mar 2015 19:46:31 +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 CE7D3284401 for ; Fri, 6 Mar 2015 19:46:22 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 6 Mar 2015 19:46:22 +0100 (CET) Received: by wibbs8 with SMTP id bs8so5732941wib.4 for ; Fri, 06 Mar 2015 10:46:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=xPU0gOh7z9yGZsly0CHlLWk3VJoG4UQe5HSmGeUCfsU=; b=XkqhmeeLEEBxRTtSTZhQmlVgJfd+86HH2IB+PKaU/Gb/OHip575d5osyi0lQqn/lFk MYTIFUofhxPcktA1+NG+Rnym2q3YTsyXqjSPYzGeIk1jl/GXlR0+M6tD88Iz07E3tXd0 gPNam5w9JTE/5KsnBqZxwk5ISoFbksDiEViovPLwidd6rcxC9yl/KEMj+jjKVqTiEXp2 mZdpcmYsuSuK9/wntM4uEHjl6WgFm7PM+yp/BkoEMcqflwxrKuo86tajFlGlQGuEfxde 1gxZ//E0ZDUPI9b+Ohq0Y6pEsxQmuh0SdLKW4rYapwhA9TqGPEz0piNHuHJ/RY7Am5I8 6Dmw== X-Received: by 10.180.98.167 with SMTP id ej7mr35910744wib.87.1425667599394; Fri, 06 Mar 2015 10:46:39 -0800 (PST) Received: from debian64.daheim (pD9F8B192.dip0.t-ipconnect.de. [217.248.177.146]) by mx.google.com with ESMTPSA id dx11sm16091638wjb.23.2015.03.06.10.46.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Mar 2015 10:46:38 -0800 (PST) Received: from localhost.daheim ([127.0.0.1] helo=debian64.localnet) by debian64.daheim with esmtps (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1YTxGd-0004GH-6r; Fri, 06 Mar 2015 19:46:35 +0100 From: Christian Lamparter To: openwrt-devel@lists.openwrt.org Date: Fri, 06 Mar 2015 19:46:35 +0100 Message-ID: <2109893.ODUENLQ88s@debian64> User-Agent: KMail/4.14.2 (Linux/4.0.0-rc1-wl+; KDE/4.14.2; x86_64; ; ) MIME-Version: 1.0 Subject: [OpenWrt-Devel] [PATCH 1/4] ar71xx: fix WRT160NL and TP-Link partition parser 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: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" 405-mtd-tp-link-partition-parser.patch was updating the WRT160NL's partition parser Kconfig. This patch moves the relevant change into the right file: 404-mtd-wrt160nl-trx-parser.patch Signed-off-by: Christian Lamparter --- .../linux/ar71xx/patches-3.14/404-mtd-wrt160nl-trx-parser.patch | 2 +- .../ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch | 9 --------- .../linux/ar71xx/patches-3.18/404-mtd-wrt160nl-trx-parser.patch | 2 +- .../ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch | 9 --------- 4 files changed, 2 insertions(+), 20 deletions(-) diff --git a/target/linux/ar71xx/patches-3.14/404-mtd-wrt160nl-trx-parser.patch b/target/linux/ar71xx/patches-3.14/404-mtd-wrt160nl-trx-parser.patch index e49d72e..b5f4b52 100644 --- a/target/linux/ar71xx/patches-3.14/404-mtd-wrt160nl-trx-parser.patch +++ b/target/linux/ar71xx/patches-3.14/404-mtd-wrt160nl-trx-parser.patch @@ -6,7 +6,7 @@ +config MTD_WRT160NL_PARTS + tristate "Linksys WRT160NL partitioning support" -+ depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL ++ depends on ATH79_MACH_WRT160NL + ---help--- + Linksys WRT160NL partitioning support + diff --git a/target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch b/target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch index 0688bb8..74e79ea 100644 --- a/target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch +++ b/target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch @@ -1,14 +1,5 @@ --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig -@@ -186,7 +186,7 @@ config MTD_BCM47XX_PARTS - - config MTD_WRT160NL_PARTS - tristate "Linksys WRT160NL partitioning support" -- depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL -+ depends on ATH79_MACH_WRT160NL - ---help--- - Linksys WRT160NL partitioning support - @@ -206,6 +206,12 @@ config MTD_MYLOADER_PARTS You will still need the parsing functions to be called by the driver for your particular device. It won't happen automatically. diff --git a/target/linux/ar71xx/patches-3.18/404-mtd-wrt160nl-trx-parser.patch b/target/linux/ar71xx/patches-3.18/404-mtd-wrt160nl-trx-parser.patch index e49d72e..b5f4b52 100644 --- a/target/linux/ar71xx/patches-3.18/404-mtd-wrt160nl-trx-parser.patch +++ b/target/linux/ar71xx/patches-3.18/404-mtd-wrt160nl-trx-parser.patch @@ -6,7 +6,7 @@ +config MTD_WRT160NL_PARTS + tristate "Linksys WRT160NL partitioning support" -+ depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL ++ depends on ATH79_MACH_WRT160NL + ---help--- + Linksys WRT160NL partitioning support + diff --git a/target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch b/target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch index 0688bb8..74e79ea 100644 --- a/target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch +++ b/target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch @@ -1,14 +1,5 @@ --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig -@@ -186,7 +186,7 @@ config MTD_BCM47XX_PARTS - - config MTD_WRT160NL_PARTS - tristate "Linksys WRT160NL partitioning support" -- depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL -+ depends on ATH79_MACH_WRT160NL - ---help--- - Linksys WRT160NL partitioning support - @@ -206,6 +206,12 @@ config MTD_MYLOADER_PARTS You will still need the parsing functions to be called by the driver for your particular device. It won't happen automatically.