mirror of https://github.com/aredn/aredn.git
Add line in changeset:bbhn_ar71xx/a4dd9a9bdd798b05d76d71d135d860f57cb83d8d
Add support for dtdlink_* variables
This commit is contained in:
parent
a4dd9a9bdd
commit
7a0de5a6a9
|
@ -516,7 +516,7 @@ sub save_setup
|
|||
open(FILE, ">$_[0]") or return 0;
|
||||
foreach(sort keys %parms)
|
||||
{
|
||||
next unless /^(aprs|dhcp|dmz|lan|olsrd|wan|wifi)_/;
|
||||
next unless /^(aprs|dhcp|dmz|lan|olsrd|wan|wifi|dtdlink)_/;
|
||||
print FILE "$_ = $parms{$_}\n";
|
||||
}
|
||||
close(FILE);
|
||||
|
|
Loading…
Reference in New Issue