mirror of https://github.com/aredn/aredn.git
hardware: AR934x: Pull in stored swconfig information when saving configs
This commit is contained in:
parent
dccd1ea42c
commit
31bd519266
|
@ -25,3 +25,4 @@ config interface wan
|
|||
option netmask <wan_mask>
|
||||
option gateway <wan_gw>
|
||||
|
||||
include /etc/aredn_include/swconfig
|
||||
|
|
|
@ -19,3 +19,5 @@ config interface lan
|
|||
config interface wan
|
||||
option ifname "<wifi_intf>"
|
||||
option proto <wifi_proto>
|
||||
|
||||
include /etc/aredn_include/swconfig
|
||||
|
|
|
@ -41,3 +41,5 @@ config interface dtdlink
|
|||
|
||||
config interface wifi_mon
|
||||
option proto none
|
||||
|
||||
include /etc/aredn_include/swconfig
|
||||
|
|
|
@ -21,3 +21,5 @@ config interface lan
|
|||
config interface wan
|
||||
option ifname "<wan_intf>"
|
||||
option proto <wan_proto>
|
||||
|
||||
include /etc/aredn_include/swconfig
|
||||
|
|
|
@ -25,3 +25,4 @@ config interface wan
|
|||
option netmask <wan_mask>
|
||||
option gateway <wan_gw>
|
||||
|
||||
include /etc/aredn_include/swconfig
|
||||
|
|
Loading…
Reference in New Issue