0031-ar71xx-Add-TL-WR841N-ND-v11-support.patch 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Mon, 25 Apr 2016 18:07:13 +0200
  3. Subject: ar71xx: Add TL-WR841N/ND v11 support
  4. This patch adds support for the TP-Link TL-WR841N/ND to trunk. It is
  5. similar to the already supported v10 - see [1]. I have added support
  6. based on that topic; in the meantime it has been confirmed working
  7. (see the forum thread, and also [2]).
  8. Signed-off by Stijn Segers <francesco.borromini@inventati.org>
  9. [1]: https://forum.openwrt.org/viewtopic.php?id=61309
  10. [2]: https://forum.openwrt.org/viewtopic.php?id=63657
  11. Backport of r49099
  12. diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
  13. index 9ac405c..1b4e6db 100644
  14. --- a/target/linux/ar71xx/image/Makefile
  15. +++ b/target/linux/ar71xx/image/Makefile
  16. @@ -578,6 +578,13 @@ define Device/tl-wr841-v10
  17. TPLINK_HWID := 0x08410010
  18. endef
  19. +define Device/tl-wr841-v11
  20. + $(Device/tplink-4mlzma)
  21. + BOARDNAME := TL-WR841N-v9
  22. + DEVICE_PROFILE := TLWR841
  23. + TPLINK_HWID := 0x08410011
  24. +endef
  25. +
  26. define Device/tl-wr842n-v2
  27. $(Device/tplink-8mlzma)
  28. BOARDNAME := TL-WR842N-v2
  29. @@ -598,7 +605,7 @@ define Device/tl-wr847n-v8
  30. DEVICE_PROFILE := TLWR841
  31. TPLINK_HWID := 0x08470008
  32. endef
  33. -TARGET_DEVICES += tl-wr841-v8 tl-wr841-v9 tl-wr841-v10 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8
  34. +TARGET_DEVICES += tl-wr841-v8 tl-wr841-v9 tl-wr841-v10 tl-wr841-v11 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8
  35. define Device/tl-wr941nd-v5
  36. $(Device/tplink-4mlzma)