projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f77291
)
ar71xx: correctly detect hardware revision on TP-LINK Archer C5 and C7
author
John Crispin
<john@openwrt.org>
Mon, 6 Oct 2014 04:53:34 +0000
(
04:53
+0000)
committer
John Crispin
<john@openwrt.org>
Mon, 6 Oct 2014 04:53:34 +0000
(
04:53
+0000)
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 42797
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 d11c2823c92591d5ab13056392d7a0d31d234cf6..378a619d89f55c5e8050c3db739fedef86d6bc27 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-214,6
+214,13
@@
tplink_board_detect() {
"934100"*)
model="NC-LINK SMART-300"
;;
+ "c50000"*)
+ model="TP-Link Archer C5"
+ ;;
+ "750000"*|\
+ "c70000"*)
+ model="TP-Link Archer C7"
+ ;;
*)
hwver=""
;;