diff options
author | John Crispin <blogic@openwrt.org> | 2013-10-08 15:28:33 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-10-08 15:28:33 +0000 |
commit | 8a9e5281be7ef6ab80dc95d59296476234c7837e (patch) | |
tree | 47da97b9f879131cdb10dfe59c29e690b16c13c8 | |
parent | 423e759b07f2f7c7deee92f1429f016126c7e086 (diff) | |
download | upstream-8a9e5281be7ef6ab80dc95d59296476234c7837e.tar.gz upstream-8a9e5281be7ef6ab80dc95d59296476234c7837e.tar.bz2 upstream-8a9e5281be7ef6ab80dc95d59296476234c7837e.zip |
lantiq: fix up diag.sh
init no longer exists as a parameter
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38342 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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) |