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

SVN-Revision: 4909
v19.07.3_mercusys_ac12_duma
Felix Fietkau 18 years ago
parent c379f4a159
commit c9c2d299d6

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