From patchwork Wed Oct 28 07:27:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srdjan Rosic X-Patchwork-Id: 537218 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 15591140DA5 for ; Wed, 28 Oct 2015 18:28:25 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=TvccaZFX; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 3445528BD44; Wed, 28 Oct 2015 08:26:19 +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 5463528BD2F for ; Wed, 28 Oct 2015 08:26:12 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-wm0-f41.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Wed, 28 Oct 2015 08:25:53 +0100 (CET) Received: by wmec75 with SMTP id c75so4414758wme.1 for ; Wed, 28 Oct 2015 00:27:36 -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:in-reply-to:references; bh=Ai0llpHkLiUUytU7GazmeijiXXaJ0o/IAVvhDC66hZg=; b=TvccaZFXmjNSHIDKYBDC8xGKTKgW84iQlv8Uq6b7BXxMxyezhXqYxNRL0wsQbG1tNC FnE9xWfMY1SSzUPEo4feH0+jgWbnG0H479hpd8A9NWoqMBvNFKPCdVsk27b85l64jYro Tzre8YuEtMY1IKOdF5p/qs+qDf8D0Q0WtHReDsHCBJ4DLNWaIE5dHG+nff3FR/+zovYg GuNfKU6CU5iF2xIt9XDZntxrnoWrL8RCCE5IUJbzFw1dsqlnetPeL4oj4CevzD+IeKef j9bTOofYVClouJG52QRZPpQ9Ie7xAeurbWZH+HVhzCeE6kcqm55uEEsFgkyO4YyeueZS 4FZQ== X-Received: by 10.28.55.200 with SMTP id e191mr687033wma.75.1446017256099; Wed, 28 Oct 2015 00:27:36 -0700 (PDT) Received: from rajivari.c.endless-splice-729.internal (168.0.155.104.bc.googleusercontent.com. [104.155.0.168]) by smtp.gmail.com with ESMTPSA id gl4sm48686142wjd.49.2015.10.28.00.27.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 28 Oct 2015 00:27:30 -0700 (PDT) From: Srdjan Rosic To: openwrt-devel@lists.openwrt.org Date: Wed, 28 Oct 2015 07:27:02 +0000 Message-Id: <1446017222-28027-2-git-send-email-srdjan.rosic@gmail.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1446017222-28027-1-git-send-email-srdjan.rosic@gmail.com> References: <1446017222-28027-1-git-send-email-srdjan.rosic@gmail.com> Cc: Srdjan Rosic Subject: [OpenWrt-Devel] [PATCH] ar71xx: Add support for wdr7500v3 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" The device is similar to Archer C7 v2, but with 8M of flash, and 6 external antennas. Reason for breaking the naming pattern is that sticker on the back mentions "WDR7500" and has no mention of "Archer". Signed-off-by: Srdjan Rosic --- target/linux/ar71xx/image/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index a659af9..8f7aae0 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -369,7 +369,14 @@ define Device/archer-c7-v2 DEVICE_PROFILE := ARCHERC7 TPLINK_HWID := 0xc7000002 endef -TARGET_DEVICES += archer-c5-v1 archer-c7-v1 archer-c7-v2 + +define Device/tl-wdr7500-v3 + $(Device/tplink-8mlzma) + BOARDNAME := ARCHER-C7 + DEVICE_PROFILE := ARCHERC7 + TPLINK_HWID := 0x75000003 +endef +TARGET_DEVICES += archer-c5-v1 archer-c7-v1 archer-c7-v2 tl-wdr7500-v3 define Device/antminer-s1 $(Device/tplink-8mlzma)