1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-20 18:51:06 +02:00

11 lines
124 B
Plaintext
Raw Normal View History

#!/bin/sh
. /etc/functions.sh
case "$1" in
start|restart)
ifup lan
ifup wan
ifup wifi
wifi up
;;
esac