enhancement: add freifunk repo to advancedconfig. fixes #143 (#144)

This commit is contained in:
dman776 2021-08-31 13:10:00 -05:00 committed by GitHub
parent 1f28582591
commit abb3b4ae79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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",