summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7-2.6/base-files/default/etc/init.d/done
blob: 9cd641d7c382964e71f2001caefed1d444f92aef (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh /etc/rc.common
# Copyright (C) 2007 OpenWrt.org

START=95
boot() {
	# set leds to normal state
	. /etc/diag.sh
	set_state done
}