cleanup, remove whitespace at end of lines
[openwrt.git] / root / etc / init.d / S40network
1 #!/bin/sh
2 . /etc/functions.sh
3 case "$1" in
4 start|restart)
5 ifup lan
6 ifup wan
7 ifup wifi
8 wifi up
9 ;;
10 esac
This page took 0.050584 seconds and 5 git commands to generate.