0025-ar71xx-add-support-for-TP-LINK-TL-WR841N-ND-v10.patch 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Sun, 11 Oct 2015 18:00:27 +0200
  3. Subject: ar71xx: add support for TP-LINK TL-WR841N/ND v10
  4. diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
  5. index 8a25832..3a17420 100644
  6. --- a/target/linux/ar71xx/image/Makefile
  7. +++ b/target/linux/ar71xx/image/Makefile
  8. @@ -562,6 +562,13 @@ define Device/tl-wr841n-v9
  9. TPLINK_HWID := 0x08410009
  10. endef
  11. +define Device/tl-wr841n-v10
  12. + $(Device/tplink-4mlzma)
  13. + BOARDNAME := TL-WR841N-v9
  14. + DEVICE_PROFILE := TLWR841
  15. + TPLINK_HWID := 0x08410010
  16. +endef
  17. +
  18. define Device/tl-wr842n-v2
  19. $(Device/tplink-8mlzma)
  20. BOARDNAME := TL-WR842N-v2
  21. @@ -582,7 +589,7 @@ define Device/tl-wr847n-v8
  22. DEVICE_PROFILE := TLWR841
  23. TPLINK_HWID := 0x08470008
  24. endef
  25. -TARGET_DEVICES += tl-wr841n-v8 tl-wr841n-v9 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8
  26. +TARGET_DEVICES += tl-wr841n-v8 tl-wr841n-v9 tl-wr841n-v10 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8
  27. define Device/tl-wr941nd-v5
  28. $(Device/tplink-4mlzma)