projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7d09a
)
ar71xx: fix TL-WR710N board detection
author
John Crispin
<john@openwrt.org>
Wed, 14 Aug 2013 18:15:58 +0000
(18:15 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 14 Aug 2013 18:15:58 +0000
(18:15 +0000)
Fix for recognize TL-WR710N
http://patchwork.openwrt.org/patch/3946/
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 37782
target/linux/ar71xx/base-files/lib/ar71xx.sh
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 4e3a91c70ffe09f7f35a0e36d97d560792beb61b..1554a51e95d7b2f1b01ce4d5132d7fd26b6b9e3d 100755
(executable)
--- 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"
;;