projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bcm63xx: add initial support for bcm6368 boards
[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
cbe15c6
..
09d4184
100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/diag.sh
+++ b/
target/linux/ar71xx/base-files/etc/diag.sh
@@
-162,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.02461 seconds
and
4
git commands to generate.