projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ar71xx] base-files: make sure inittab-console-fixup returns with success (#10275)
[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
d61a78d
..
9d04533
100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/diag.sh
+++ b/
target/linux/ar71xx/base-files/etc/diag.sh
@@
-96,6
+96,9
@@
get_status_led() {
tl-wr1043nd)
status_led="tl-wr1043nd:green:system"
;;
+ tl-wr703n)
+ status_led="tl-wr703n:blue:system"
+ ;;
tl-wr741nd)
status_led="tl-wr741nd:green:system"
;;
This page took
0.025113 seconds
and
4
git commands to generate.