0012-ar71xx-add-support-for-TL-WR741ND-v5.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Sun, 21 Jun 2015 22:48:04 +0200
  3. Subject: ar71xx: add support for TL-WR741ND v5
  4. This device is identical to the TL-WR740N v5, it even uses the same HWID (which
  5. wasn't the case for older TL-WR741ND revisions).
  6. diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
  7. index 1fe88d5..78d35e1 100644
  8. --- a/target/linux/ar71xx/image/Makefile
  9. +++ b/target/linux/ar71xx/image/Makefile
  10. @@ -531,6 +531,14 @@ define Device/tl-wr741nd-v4
  11. CONSOLE := ttyATH0,115200
  12. endef
  13. +define Device/tl-wr741nd-v5
  14. + $(Device/tplink-4mlzma)
  15. + BOARDNAME := TL-WR741ND-v4
  16. + DEVICE_PROFILE := TLWR741
  17. + TPLINK_HWID := 0x07400005
  18. + CONSOLE := ttyATH0,115200
  19. +endef
  20. +
  21. define Device/tl-wr743nd-v2
  22. $(Device/tplink-4mlzma)
  23. BOARDNAME := TL-WR741ND-v4
  24. @@ -538,7 +546,7 @@ define Device/tl-wr743nd-v2
  25. TPLINK_HWID := 0x07430002
  26. CONSOLE := ttyATH0,115200
  27. endef
  28. -TARGET_DEVICES += tl-wr740n-v4 tl-wr740n-v5 tl-wr741nd-v1 tl-wr741nd-v2 tl-wr741nd-v4 tl-wr743nd-v2
  29. +TARGET_DEVICES += tl-wr740n-v4 tl-wr740n-v5 tl-wr741nd-v1 tl-wr741nd-v2 tl-wr741nd-v4 tl-wr741nd-v5 tl-wr743nd-v2
  30. define Device/tl-wr841n-v8
  31. $(Device/tplink-4mlzma)