From patchwork Fri Mar 25 20:53:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stijn Segers X-Patchwork-Id: 602101 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (caladan.dune.hu [78.24.191.180]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qWwWD5tXrz9sCk for ; Sat, 26 Mar 2016 07:53:28 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=inventati.org header.i=@inventati.org header.b=WvJpNOhK; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id AD8CDB92497; Fri, 25 Mar 2016 21:53:23 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP; Fri, 25 Mar 2016 21:53:23 +0100 (CET) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 4DE93B9248A for ; Fri, 25 Mar 2016 21:53:22 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 CL_IP_EQ_FROM_MX=-3.1; rate: -6.1 Received: from latitanza.investici.org (latitanza.investici.org [82.94.249.234]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 25 Mar 2016 21:53:21 +0100 (CET) Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: francesco.borromini@inventati.org) by localhost (Postfix) with ESMTPSA id 9050A120216 for ; Fri, 25 Mar 2016 20:53:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1458939200; bh=n+12iIvAPUznkFFClof3jOt63JeksL5ouWWpVwPXcKE=; h=From:To:Subject:Date; b=WvJpNOhKOxkJE3KU9J+3+i1GOiiZP9RKwxVVXAgs/ptpXjLXHHbU151iOCxBxQ286 GIUIN2BVc0eza8re8rIVWx5FLASe24dI+cG2+APbMTtdwFfHWoya6b6+ipfAwmCzbN xhbyMeG9VBLxFkzr6DuTeJoJtcqEKx1sGtErSTE8= From: Stijn Segers To: openwrt-devel@lists.openwrt.org Date: Fri, 25 Mar 2016 21:53:13 +0100 Message-Id: <1458939193-2755-1-git-send-email-francesco.borromini@inventati.org> X-Mailer: git-send-email 2.1.4 Subject: [OpenWrt-Devel] [PATCH] ar71xx: Add preliminary TL-WR841N/ND v11 support X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.20 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" Something went wrong with the subject - I resent so the e-mail can be retrieved in the mailing list archives. This patch adds preliminary support for the TP-Link TL-WR841N/ND to trunk. It is similar to the already supported v10 [1]. I have added support based on that topic but since I do not have the device myself I am looking for testers. Trunk and stable images are available here: https://volatilesystems.org/dl/openwrt/tl-wr841n-v11/ (DNS might be flaky - if you use e.g. OpenDNS or Google's DNS the domain should resolve). Thanks for testing and reporting back. Stijn [1]: https://forum.openwrt.org/viewtopic.php?id=61309 --- 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 290e85b..595fba2 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -850,6 +850,13 @@ define Device/tl-wr841-v10 TPLINK_HWID := 0x08410010 endef +define Device/tl-wr841-v11 + $(Device/tplink-4mlzma) + BOARDNAME := TL-WR841N-v9 + DEVICE_PROFILE := TLWR841 + TPLINK_HWID := 0x08410011 +endef + define Device/tl-wr842n-v1 $(Device/tplink-8m) BOARDNAME := TL-MR3420 @@ -877,7 +884,7 @@ define Device/tl-wr847n-v8 DEVICE_PROFILE := TLWR841 TPLINK_HWID := 0x08470008 endef -TARGET_DEVICES += tl-wr841-v1.5 tl-wr841-v3 tl-wr841-v5 tl-wr841-v7 tl-wr841-v8 tl-wr841-v9 tl-wr841-v10 tl-wr842n-v1 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8 +TARGET_DEVICES += tl-wr841-v1.5 tl-wr841-v3 tl-wr841-v5 tl-wr841-v7 tl-wr841-v8 tl-wr841-v9 tl-wr841-v10 tl-wr841-v11 tl-wr842n-v1 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8 define Device/tl-wr941nd-v2 $(Device/tplink-4m)