From: nbd Date: Sat, 30 Jun 2007 19:28:46 +0000 (+0000) Subject: include the network state in the dnsmasq init script. this makes it possible to run... X-Git-Tag: fast2504n-3.10.28-merged~21000 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=08ec77b1157e6a28e6a88b457077a505046f1502;p=openwrt.git include the network state in the dnsmasq init script. this makes it possible to run a dhcp server on dynamically assigned interfaces without hardcoding interface names git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7805 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index 1d4cc5a995..14c77fb013 100644 --- a/package/dnsmasq/files/dnsmasq.init +++ b/package/dnsmasq/files/dnsmasq.init @@ -58,6 +58,7 @@ dhcp_add() { start() { include /lib/network scan_interfaces + config_load /var/state/network config_load dhcp args=""