fix dnsmasq init script

SVN-Revision: 2151
lede-17.01
Felix Fietkau 2005-10-17 19:42:58 +00:00
parent 10e84d17e8
commit 810bcd0460
1 changed files with 2 additions and 0 deletions

View File

@ -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