mirror of https://github.com/hak5/openwrt.git
parent
b80a2426c5
commit
f515f9ccc6
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
[ -e /etc/config/network] && . /etc/config/network
|
||||
. /etc/functions.sh
|
||||
[ -e /etc/config/network ] && . /etc/config/network
|
||||
case "$1" in
|
||||
start|restart)
|
||||
ifup lan
|
||||
|
|
Loading…
Reference in New Issue