summaryrefslogtreecommitdiffstats
path: root/net/madwimax/files/madwimax.init
blob: 5be447d3045ead799aea9e5d4bf62bc6ed206ee4 (plain)
1
2
3
4
5
6
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=90
boot() {
	/usr/sbin/madwimax -qofd
}