include the network state in the dnsmasq init script. this makes it possible to run...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Jun 2007 19:28:46 +0000 (19:28 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Jun 2007 19:28:46 +0000 (19:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7805 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/dnsmasq/files/dnsmasq.init

index 1d4cc5a9954eb8988d69ec0ded19f80ac2d2b10e..14c77fb013217f541762c43b0fc602a7490da2c5 100644 (file)
@@ -58,6 +58,7 @@ dhcp_add() {
 start() {
        include /lib/network
        scan_interfaces
+       config_load /var/state/network
        config_load dhcp
 
        args=""