diff options
author | John Crispin <john@openwrt.org> | 2013-10-08 15:28:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-08 15:28:33 +0000 |
commit | 654dfb1784e1f09028ee340cec74fa48f3f8dd0e (patch) | |
tree | e78dace60e8814e7cd1cc84a8fe4f8a60c6a2b6f /target/linux/lantiq | |
parent | 925f37a5a6e2c6b201b650c50147879c41cc0f2c (diff) | |
download | upstream-654dfb1784e1f09028ee340cec74fa48f3f8dd0e.tar.gz upstream-654dfb1784e1f09028ee340cec74fa48f3f8dd0e.tar.bz2 upstream-654dfb1784e1f09028ee340cec74fa48f3f8dd0e.zip |
lantiq: fix up diag.sh
init no longer exists as a parameter
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38342
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/base-files/etc/diag.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/base-files/etc/diag.sh b/target/linux/lantiq/base-files/etc/diag.sh index a6cb823581..26f0a3c8a9 100644 --- a/target/linux/lantiq/base-files/etc/diag.sh +++ b/target/linux/lantiq/base-files/etc/diag.sh @@ -11,8 +11,6 @@ set_state() { case "$1" in preinit) led_set_attr "power2" "trigger" "heartbeat" - ;; - init) status_led_on ;; failsafe) |