Add line in changeset:bbhn_ar71xx/a4dd9a9bdd798b05d76d71d135d860f57cb83d8d

Add support for dtdlink_* variables
This commit is contained in:
Conrad Lara - KG6JEI 2014-04-08 23:28:29 -07:00
parent a4dd9a9bdd
commit 7a0de5a6a9
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ sub save_setup
open(FILE, ">$_[0]") or return 0; open(FILE, ">$_[0]") or return 0;
foreach(sort keys %parms) 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"; print FILE "$_ = $parms{$_}\n";
} }
close(FILE); close(FILE);