openwrtv3/package/base-files/default/etc/init.d/S40network
2016-03-20 17:29:15 +01: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
}