fix typo
[openwrt.git] / package / base-files / default / etc / init.d / S40network
1 #!/bin/sh
2 # Copyright (C) 2006 OpenWrt.org
3
4 setup_switch() { return 0; }
5
6 . /etc/functions.sh
7 include network
8 setup_switch
9 /sbin/wifi
This page took 0.040935 seconds and 5 git commands to generate.