0012-ar71xx-fix-board-detection-for-TP-LINK-TL-WA860RE.patch 638 B

1234567891011121314151617181920
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Fri, 16 Jan 2015 19:56:39 +0100
  3. Subject: ar71xx: fix board detection for TP-LINK TL-WA860RE
  4. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
  5. diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
  6. index 79b6073..13c5bf2 100755
  7. --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
  8. +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
  9. @@ -630,6 +630,9 @@ ar71xx_board_detect() {
  10. *TL-WA850RE)
  11. name="tl-wa850re"
  12. ;;
  13. + *TL-WA860RE)
  14. + name="tl-wa860re"
  15. + ;;
  16. *"TL-WA830RE v2")
  17. name="tl-wa830re-v2"
  18. ;;