diff options
author | John Crispin <john@phrozen.org> | 2018-05-15 15:14:27 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-15 15:14:27 +0200 |
commit | f93c029395182228ccdef87d3ad7925d6bbd165d (patch) | |
tree | ed0d5a5150be70965cceae77aff6da753a3ace1f /package/base-files | |
parent | 7e15e21766661c29e9a9d2d9b12bdae35c775afe (diff) | |
download | upstream-f93c029395182228ccdef87d3ad7925d6bbd165d.tar.gz upstream-f93c029395182228ccdef87d3ad7925d6bbd165d.tar.bz2 upstream-f93c029395182228ccdef87d3ad7925d6bbd165d.zip |
OpenWrt v18.06: set branch defaults
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/image-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index dbbd60b152..5ee2d3e4e3 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -183,7 +183,7 @@ if VERSIONOPT config VERSION_REPO string prompt "Release repository" - default "http://downloads.lede-project.org/snapshots" + default "http://downloads.openwrt.org/releases/18.06-SNAPSHOT" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: |