This commit is contained in:
Simon Zolin
2020-03-20 16:29:42 +03:00
parent 33a98aa937
commit dced8a5a83
3 changed files with 9 additions and 8 deletions

View File

@@ -284,7 +284,7 @@ func (oc *openwrtConfig) Process() error {
}
// Read system configuration files and write our configuration files
func autoConfig(configFn string) error {
func importOpenwrtConfig(configFn string) error {
oc := openwrtConfig{}
err := oc.Process()
if err != nil {