Author: blogic Date: 2016-04-25 22:08:54 +0200 (Mon, 25 Apr 2016) New Revision: 49228
Modified: branches/chaos_calmer/target/linux/ar71xx/image/Makefile Log: ar71x: Added support for TP-Link TL-WR841N v11 to 15.05 This patch adds support for the TP-Link TL-WR841N to OpenWrt Chaos Calmer 15.05. Confirmed working [1] and [2]. Signed-off by Stijn Segers <[email protected]> [1] https://forum.openwrt.org/viewtopic.php?id=63657 [2] https://forum.openwrt.org/viewtopic.php?id=61309 Modified: branches/chaos_calmer/target/linux/ar71xx/image/Makefile =================================================================== --- branches/chaos_calmer/target/linux/ar71xx/image/Makefile 2016-04-25 20:08:52 UTC (rev 49227) +++ branches/chaos_calmer/target/linux/ar71xx/image/Makefile 2016-04-25 20:08:54 UTC (rev 49228) @@ -576,6 +576,13 @@ 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-v2 $(Device/tplink-8mlzma) BOARDNAME := TL-WR842N-v2 @@ -596,7 +603,7 @@ DEVICE_PROFILE := TLWR841 TPLINK_HWID := 0x08470008 endef -TARGET_DEVICES += tl-wr841-v8 tl-wr841-v9 tl-wr841-v10 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8 +TARGET_DEVICES += tl-wr841-v8 tl-wr841-v9 tl-wr841-v10 tl-wr841-v11 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8 define Device/tl-wr941nd-v5 $(Device/tplink-4mlzma) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
