fix displayed name in init script help text
[openwrt.git] / package / base-files / default / etc / init.d / S40network
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 start() {
5 setup_switch() { return 0; }
6
7 include /lib/network
8 setup_switch
9 /sbin/wifi
10 }
11
This page took 0.042673 seconds and 5 git commands to generate.