Add some diagnostic stuff for au1000, failsafe will need system button driver rewrite
[openwrt/svn-archive/archive.git] / target / linux / au1000-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 }