openwrt/package/base-files/default/etc/init.d/S40network

12 lines
151 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
2006-08-02 01:19:54 +02:00
# Copyright (C) 2006 OpenWrt.org
start() {
setup_switch() { return 0; }
include /lib/network
setup_switch
/sbin/wifi
}