parent
c379f4a159
commit
c9c2d299d6
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue