Skip to content

Commit

Permalink
base-files: use CDN for package downloads
Browse files Browse the repository at this point in the history
For a while we got a CDN running for a fallback for package sources that
aren't available upstream, this commits extends the usage for package
downloads. Now packages are downloaded from the CDN by default.

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Dec 11, 2023
1 parent 957a092 commit 3d81809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/base-files/image-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ if VERSIONOPT
config VERSION_REPO
string
prompt "Release repository"
default "https://downloads.openwrt.org/snapshots"
default "https://downloads.cdn.openwrt.org/snapshots"
help
This is the repository address embedded in the image, it defaults
to the trunk snapshot repo; the url may contain the following placeholders:
Expand Down

0 comments on commit 3d81809

Please sign in to comment.