*** empty log message ***
[openwrt-10.03/.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