temporary hack: delay resetmon checking by 1 sec
[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.04425 seconds and 5 git commands to generate.