include the network state in the dnsmasq init script. this makes it possible to run...
authorFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jun 2007 19:28:46 +0000 (19:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jun 2007 19:28:46 +0000 (19:28 +0000)
SVN-Revision: 7805

package/dnsmasq/files/dnsmasq.init

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