From: Felix Fietkau Date: Wed, 4 Oct 2006 17:11:36 +0000 (+0000) Subject: fix missing update for include() api change (#815) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=652c662b7d60403024fe618a9bde3baaaec57ffb;p=15.05%2Fopenwrt.git fix missing update for include() api change (#815) git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4909 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index 14fc698cff..cbbee02ce7 100644 --- a/package/dnsmasq/files/dnsmasq.init +++ b/package/dnsmasq/files/dnsmasq.init @@ -1,6 +1,6 @@ #!/bin/sh . /etc/functions.sh -include network +include /lib/network scan_interfaces # The following is to automatically configure the DHCP settings diff --git a/package/iptables/files/firewall.init b/package/iptables/files/firewall.init index ceaa68ac26..4acd325a99 100755 --- a/package/iptables/files/firewall.init +++ b/package/iptables/files/firewall.init @@ -4,7 +4,7 @@ ## Please make changes in /etc/firewall.user . /etc/functions.sh -include network +include /lib/network scan_interfaces config_get WAN wan ifname