openwrtv3/target/linux/ar7-2.6/base-files/default/etc/init.d/done
Florian Fainelli c961eac32d Add some diagnostic stuff for ar7
SVN-Revision: 7102
2007-05-06 08:58:04 +00:00

9 lines
139 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2007 OpenWrt.org
START=95
boot() {
# set leds to normal state
. /etc/diag.sh
set_state done
}