projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: fix RB-450G board detection (closes: #6453)
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
etc
/
diag.sh
diff --git
a/target/linux/ar71xx/base-files/etc/diag.sh
b/target/linux/ar71xx/base-files/etc/diag.sh
index
a74df07
..
6e4ed5f
100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/diag.sh
+++ b/
target/linux/ar71xx/base-files/etc/diag.sh
@@
-72,6
+72,9
@@
get_status_led() {
tl-wr741nd)
status_led="tl-wr741nd:green:system"
;;
+ tl-wr841n-v1)
+ status_led="tl-wr841n:green:system"
+ ;;
tl-wr941nd)
status_led="tl-wr941nd:green:system"
;;
This page took
0.022793 seconds
and
4
git commands to generate.