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-a3cf2f4a3e73master
parent
7e9bc6aacd
commit
652c662b7d
|
@ -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…
Reference in New Issue