diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:37:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:37:59 +0000 |
commit | e6b685650ba6f88539cf651b72bbe3a14144eda5 (patch) | |
tree | 04c0f8d7bcb2f96399f1ddebc5c96ac6bcd70b16 /target/linux/ar71xx/base-files | |
parent | ab6086e3f915cdd1f2b10947d4e7b4617fd61e94 (diff) | |
download | upstream-e6b685650ba6f88539cf651b72bbe3a14144eda5.tar.gz upstream-e6b685650ba6f88539cf651b72bbe3a14144eda5.tar.bz2 upstream-e6b685650ba6f88539cf651b72bbe3a14144eda5.zip |
ar71xx: use modules for LED triggers
SVN-Revision: 31107
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index cbe15c68cc..09d4184f25 100755 --- 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) |