mirror of https://github.com/aredn/aredn.git
parent
1f28582591
commit
abb3b4ae79
|
@ -119,6 +119,13 @@ push @setting, {
|
|||
default => defaultPackageRepos('telephony'),
|
||||
postcallback => "writePackageRepo('telephony')"
|
||||
};
|
||||
push @setting, {
|
||||
key => "aredn.\@downloads[0].pkgs_freifunk",
|
||||
type => "string",
|
||||
desc => "Specifies the URL for the 'freifunk' packages.",
|
||||
default => defaultPackageRepos('freifunk'),
|
||||
postcallback => "writePackageRepo('freifunk')"
|
||||
};
|
||||
|
||||
push @setting, {
|
||||
key => "aredn.\@poe[0].passthrough",
|
||||
|
|
Loading…
Reference in New Issue