mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 23:12:32 +00:00
fix dnsmasq init script
SVN-Revision: 2151
This commit is contained in:
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
Block a user