From patchwork Sun Sep 27 09:07:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?UmFmYcWCIE1pxYJlY2tp?= X-Patchwork-Id: 523133 X-Patchwork-Delegate: zajec5@gmail.com 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 8A489140271 for ; Sun, 27 Sep 2015 19:08:11 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=lz4PSR9K; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 0447628B735; Sun, 27 Sep 2015 11:06:46 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, T_DKIM_INVALID autolearn=no version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id BE844283C2A for ; Sun, 27 Sep 2015 11:06:42 +0200 (CEST) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sun, 27 Sep 2015 11:06:42 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so65575302wic.0 for ; Sun, 27 Sep 2015 02:08:01 -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:mime-version:content-type :content-transfer-encoding; bh=0k7k8lnFfyRH1kwaTkzmZRn01+zF8fSzC80A5DNherA=; b=lz4PSR9KzkOFBDuS74AFv8frkncoO/fClXZjDeagcY5H/BrEai3HbeIWkUUEaihNVB YLXBtE6OFQBUhLXf7b7BaOPdw0HAGJNn7MgHXvgCdCnx6xPwQaokvgFTWFYNWBmp3AOM NuYh4+VnLS9OGTBXEfgsRaH+D41x1vCwMVQfGNwCQN7s5/AZXXrO4KFfV9f0tB0tCrCO h/deIprYKDLK0wCKmL1QoSBRB0QVgrVFkgxEOln/cLNGuY/6PRQKMtcoqtZsQ++yHXv6 CV4DOtmiQcMp3+q9Mr/YpWjFziFly1LBBLUZM5W+b6Omgtqg4VYlU/CQEg4long5hxkd ON1Q== X-Received: by 10.180.99.66 with SMTP id eo2mr13136829wib.88.1443344881316; Sun, 27 Sep 2015 02:08:01 -0700 (PDT) Received: from linux-tdhb.lan (afj76.neoplus.adsl.tpnet.pl. [83.25.139.76]) by smtp.gmail.com with ESMTPSA id r9sm12146650wjz.35.2015.09.27.02.07.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Sep 2015 02:08:00 -0700 (PDT) From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= To: openwrt-devel@lists.openwrt.org Date: Sun, 27 Sep 2015 11:07:49 +0200 Message-Id: <1443344869-6165-1-git-send-email-zajec5@gmail.com> X-Mailer: git-send-email 1.8.4.5 MIME-Version: 1.0 Subject: [OpenWrt-Devel] [PATCH] ar71xx: rename firmware for Chinese version of TL-WR941ND v6 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" It seems there are two *different* versions on TL-WR941ND v6: Chinese and European one. Currently supported in OpenWrt is Chinese one. Rename firmware to make it clear. For details see: http://wiki.openwrt.org/toh/tp-link/tl-wr941nd https://forum.openwrt.org/viewtopic.php?id=59295 Signed-off-by: Rafał Miłecki --- target/linux/ar71xx/image/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index ca63129..b5fc396 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -677,13 +677,14 @@ define Device/tl-wr941nd-v5 TPLINK_HWID := 0x09410005 endef -define Device/tl-wr941nd-v6 +# Chinese version (unline European) is similar to the TL-WDR3500 +define Device/tl-wr941nd-v6-cn $(Device/tplink-4mlzma) BOARDNAME := TL-WDR3500 DEVICE_PROFILE := TLWR941 TPLINK_HWID := 0x09410006 endef -TARGET_DEVICES += tl-wr941nd-v5 tl-wr941nd-v6 +TARGET_DEVICES += tl-wr941nd-v5 tl-wr941nd-v6-cn define Device/tl-wr1041n-v2 $(Device/tplink-4mlzma)