projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[kernel/3+] add missing DM/MD config symbols
[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
9552b8a
..
09d4184
100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/diag.sh
+++ b/
target/linux/ar71xx/base-files/etc/diag.sh
@@
-67,7
+67,8
@@
get_status_led() {
hornet-ub)
status_led="alfa:blue:wps"
;;
- ja76pf)
+ ja76pf | \
+ ja76pf2)
status_led="jjplus:green:led1"
;;
ls-sr71)
@@
-161,6
+162,8
@@
set_state() {
case "$1" in
preinit)
insmod leds-gpio
+ insmod ledtrig-default-on
+ insmod ledtrig-timer
status_led_set_timer 200 200
;;
failsafe)
This page took
0.020504 seconds
and
4
git commands to generate.