summaryrefslogtreecommitdiffstats
path: root/openwrt/package/base-files/default/etc/init.d/S40network
blob: be045045e77ab7ce6afcb12a6e2c56f950f655de (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org

start() {
	setup_switch() { return 0; }

	include /lib/network
	setup_switch
	/sbin/wifi
}