projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: add model detection for TL-WR842N/ND
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
lib
/
ar71xx.sh
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index
ab619f1
..
b9d797c
100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-88,6
+88,9
@@
tplink_board_detect() {
"084100"*)
model="TP-Link TL-WR841N/ND"
;;
+ "084200"*)
+ model="TP-Link TL-WR842N/ND"
+ ;;
"090100"*)
model="TP-Link TL-WA901N/ND"
;;
@@
-160,7
+163,7
@@
ar71xx_board_detect() {
*AW-NR580)
name="aw-nr580"
;;
- *
DB120
)
+ *
"DB120 reference board"
)
name="db120"
;;
*"DIR-600 rev. A1")
This page took
0.023213 seconds
and
4
git commands to generate.