0039-ar71xx-fix-AR71XX_MODEL-on-TP-Link-TL-WR703N.patch 648 B

1234567891011121314151617181920
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Thu, 19 Nov 2015 23:29:17 +0100
  3. Subject: ar71xx: fix AR71XX_MODEL on TP-Link TL-WR703N
  4. The hwid check was wrong, causing the AR71XX_MODEL value to end with a
  5. space (as $hwver was unset).
  6. diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
  7. index 9c7c139..388cf38 100755
  8. --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
  9. +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
  10. @@ -122,7 +122,7 @@ tplink_board_detect() {
  11. "3C0002"*)
  12. model="MINIBOX_V1"
  13. ;;
  14. - "070300"*)
  15. + "070301"*)
  16. model="TP-Link TL-WR703N"
  17. ;;
  18. "071000"*)