diff options
author | John Crispin <john@openwrt.org> | 2013-08-14 18:15:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-14 18:15:58 +0000 |
commit | eb7669fc5dae7fdbe81088813648091851b4f864 (patch) | |
tree | ebb280074d35ccb066bffaed81b44097f8308369 | |
parent | 6d7d09a1260fc39d2fa98049c26bb65fa6c1f5b1 (diff) | |
download | upstream-eb7669fc5dae7fdbe81088813648091851b4f864.tar.gz upstream-eb7669fc5dae7fdbe81088813648091851b4f864.tar.bz2 upstream-eb7669fc5dae7fdbe81088813648091851b4f864.zip |
ar71xx: fix TL-WR710N board detection
Fix for recognize TL-WR710N
http://patchwork.openwrt.org/patch/3946/
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 37782
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 4e3a91c70f..1554a51e95 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -456,6 +456,9 @@ ar71xx_board_detect() { *"TL-WR703N v1") name="tl-wr703n" ;; + *"TL-WR710N v1") + name="tl-wr710n" + ;; *"TL-WR720N v3") name="tl-wr720n-v3" ;; |