projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59cab6d
)
ar71xx: fix board detection for TP-LINK TL-WA860RE
author
John Crispin
<john@openwrt.org>
Sat, 17 Jan 2015 07:06:45 +0000
(07:06 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 17 Jan 2015 07:06:45 +0000
(07:06 +0000)
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 43983
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 9b056e9d9a486d49abf0b331c5687f70671e2ff9..387de722eaa79148697192ece1bdde5d6f6ff789 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-645,6
+645,9
@@
ar71xx_board_detect() {
*TL-WA850RE)
name="tl-wa850re"
;;
+ *TL-WA860RE)
+ name="tl-wa860re"
+ ;;
*"TL-WA830RE v2")
name="tl-wa830re-v2"
;;