diff options
author | John Crispin <john@openwrt.org> | 2013-06-21 16:53:43 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-21 16:53:43 +0000 |
commit | e6ef318802935389283e3614df31ca6d36a5f7bf (patch) | |
tree | 85812dc2eed5f84e1f6693c81e6f73489f703ae6 /target/linux/brcm63xx/base-files | |
parent | af9544927326a2902aac6d405ae72c7d38c7051a (diff) | |
download | upstream-e6ef318802935389283e3614df31ca6d36a5f7bf.tar.gz upstream-e6ef318802935389283e3614df31ca6d36a5f7bf.tar.bz2 upstream-e6ef318802935389283e3614df31ca6d36a5f7bf.zip |
base-files: diag does not need to insmod any drivers, procd already did it for us
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36999
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rwxr-xr-x | target/linux/brcm63xx/base-files/etc/diag.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh index a03f89dc31..bbf5c0b2e8 100755 --- a/target/linux/brcm63xx/base-files/etc/diag.sh +++ b/target/linux/brcm63xx/base-files/etc/diag.sh @@ -7,7 +7,6 @@ set_state() { case "$1" in preinit) - insmod leds-gpio status_led_set_timer 200 200 ;; failsafe) |