9cd641d7c382964e71f2001caefed1d444f92aef
[openwrt.git] / target / linux / ar7-2.6 / base-files / default / etc / init.d / done
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2007 OpenWrt.org
3
4 START=95
5 boot() {
6         # set leds to normal state
7         . /etc/diag.sh
8         set_state done
9 }