parent
c379f4a159
commit
c9c2d299d6
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. /etc/functions.sh
|
. /etc/functions.sh
|
||||||
include network
|
include /lib/network
|
||||||
scan_interfaces
|
scan_interfaces
|
||||||
|
|
||||||
# The following is to automatically configure the DHCP settings
|
# The following is to automatically configure the DHCP settings
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
## Please make changes in /etc/firewall.user
|
## Please make changes in /etc/firewall.user
|
||||||
|
|
||||||
. /etc/functions.sh
|
. /etc/functions.sh
|
||||||
include network
|
include /lib/network
|
||||||
|
|
||||||
scan_interfaces
|
scan_interfaces
|
||||||
config_get WAN wan ifname
|
config_get WAN wan ifname
|
||||||
|
|
Loading…
Reference in a new issue