fix missing update for include() api change (#815)

SVN-Revision: 4909
master
Felix Fietkau 18 years ago
parent c379f4a159
commit c9c2d299d6
  1. 2
      openwrt/package/dnsmasq/files/dnsmasq.init
  2. 2
      openwrt/package/iptables/files/firewall.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

@ -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

Loading…
Cancel
Save