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 | 41b5fcad6d7a755194b4efeb769a9f1e26943cc3 (patch) | |
tree | 2c5e9c926e8d6d84e546547d25d8282118b47af3 /target/linux/ar71xx/base-files | |
parent | d946336b61aaef3ac9f1c994ea6d4f66b14e05e2 (diff) | |
download | upstream-41b5fcad6d7a755194b4efeb769a9f1e26943cc3.tar.gz upstream-41b5fcad6d7a755194b4efeb769a9f1e26943cc3.tar.bz2 upstream-41b5fcad6d7a755194b4efeb769a9f1e26943cc3.zip |
ar71xx: use modules for LED triggers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31107 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |