hardware: AR934x: Pull in stored swconfig information when saving configs

This commit is contained in:
Conrad Lara - KG6JEI 2015-04-05 21:06:39 -07:00
parent dccd1ea42c
commit 31bd519266
5 changed files with 8 additions and 0 deletions

View File

@ -25,3 +25,4 @@ config interface wan
option netmask <wan_mask>
option gateway <wan_gw>
include /etc/aredn_include/swconfig

View File

@ -19,3 +19,5 @@ config interface lan
config interface wan
option ifname "<wifi_intf>"
option proto <wifi_proto>
include /etc/aredn_include/swconfig

View File

@ -41,3 +41,5 @@ config interface dtdlink
config interface wifi_mon
option proto none
include /etc/aredn_include/swconfig

View File

@ -21,3 +21,5 @@ config interface lan
config interface wan
option ifname "<wan_intf>"
option proto <wan_proto>
include /etc/aredn_include/swconfig

View File

@ -25,3 +25,4 @@ config interface wan
option netmask <wan_mask>
option gateway <wan_gw>
include /etc/aredn_include/swconfig