mirror of https://github.com/hak5/openwrt.git
parent
10e84d17e8
commit
810bcd0460
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. /etc/functions.sh
|
. /etc/functions.sh
|
||||||
|
. /etc/network.overrides
|
||||||
|
[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network
|
||||||
|
|
||||||
# interface to use for DHCP
|
# interface to use for DHCP
|
||||||
iface=lan
|
iface=lan
|
||||||
|
|
Loading…
Reference in New Issue