0022-ar71xx-build-image-for-TL-WR710N-v2.1.patch 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Sat, 2 Apr 2016 00:56:50 +0200
  3. Subject: ar71xx: build image for TL-WR710N v2.1
  4. This patch just extends target/linux/ar71xx/image/Makefile to build
  5. images also for version 2.1 of TL-WR710N
  6. patch against the latest git
  7. Signed off by: Norbert Wegener <nw@wegener-net.de>
  8. Backport of r47849
  9. diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
  10. index a8073f2ecadce8404dde77278302202fe494cd75..0783381baeddef2064df8faff89c49c2bed6a28b 100644
  11. --- a/target/linux/ar71xx/image/Makefile
  12. +++ b/target/linux/ar71xx/image/Makefile
  13. @@ -476,6 +476,15 @@ define Device/tl-wr710n-v2
  14. CONSOLE := ttyATH0,115200
  15. endef
  16. +define Device/tl-wr710n-v2.1
  17. + $(Device/tplink-8mlzma)
  18. + BOARDNAME := TL-WR710N
  19. + DEVICE_PROFILE := TLWR710
  20. + TPLINK_HWID := 0x07100002
  21. + TPLINK_HWREV := 0x00000002
  22. + CONSOLE := ttyATH0,115200
  23. +endef
  24. +
  25. define Device/tl-wr720n-v3
  26. $(Device/tplink-4mlzma)
  27. BOARDNAME := TL-WR720N-v3
  28. @@ -491,7 +500,7 @@ define Device/tl-wr720n-v4
  29. TPLINK_HWID := 0x07200104
  30. CONSOLE := ttyATH0,115200
  31. endef
  32. -TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr720n-v3 tl-wr720n-v4
  33. +TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr710n-v2.1 tl-wr720n-v3 tl-wr720n-v4
  34. define Device/tl-wr740n-v4
  35. $(Device/tplink-4mlzma)