openwrtv3/openwrt/package/base-files/default/etc/init.d/S40network
2006-10-04 20:05:48 +00:00

11 lines
151 B
Bash
Executable file

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
start() {
setup_switch() { return 0; }
include /lib/network
setup_switch
/sbin/wifi
}