packages/madwimax: rename initscript file
[openwrt/svn-archive/archive.git] / net / madwimax / files / madwimax.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=90
4 boot() {
5 /usr/sbin/madwimax -qofd
6 }