diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-10-04 17:11:36 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-04 17:11:36 +0000 |
| commit | c9c2d299d6f4912c9e92f0b65c607646c97f5ab7 (patch) | |
| tree | e460f2d1cd668fef0a025ee1906dd84c7e7708b1 | |
| parent | c379f4a159a68f299d85e66b2ebb96e6da206ca0 (diff) | |
| download | upstream-c9c2d299d6f4912c9e92f0b65c607646c97f5ab7.tar.gz upstream-c9c2d299d6f4912c9e92f0b65c607646c97f5ab7.tar.bz2 upstream-c9c2d299d6f4912c9e92f0b65c607646c97f5ab7.zip | |
fix missing update for include() api change (#815)
SVN-Revision: 4909
| -rw-r--r-- | openwrt/package/dnsmasq/files/dnsmasq.init | 2 | ||||
| -rwxr-xr-x | openwrt/package/iptables/files/firewall.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/dnsmasq/files/dnsmasq.init b/openwrt/package/dnsmasq/files/dnsmasq.init index 14fc698cff7..cbbee02ce7b 100644 --- a/openwrt/package/dnsmasq/files/dnsmasq.init +++ b/openwrt/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/openwrt/package/iptables/files/firewall.init b/openwrt/package/iptables/files/firewall.init index ceaa68ac262..4acd325a994 100755 --- a/openwrt/package/iptables/files/firewall.init +++ b/openwrt/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 |
