17f678ee3b
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29218 3c298f89-4303-0410-b956-a3cf2f4a3e73
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
START=90
|
|
boot() {
|
|
/usr/sbin/madwimax -qofd
|
|
}
|