Files
Nicolas Thill 3864d44395 packages/madwimax: rename initscript file
SVN-Revision: 29218
2011-11-17 11:06:26 +00:00

7 lines
104 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=90
boot() {
/usr/sbin/madwimax -qofd
}