diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2019-06-10 22:16:09 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2019-06-11 01:53:08 +0200 |
commit | b344ca9ca68322a023414e7e38ddd4d81aa8d378 (patch) | |
tree | 6bc9bb0653bd3f345e970f4c77cbc2b44d382844 /package/base-files | |
parent | c53f62b1113459ade21f9540a41db66570097a7f (diff) | |
download | upstream-b344ca9ca68322a023414e7e38ddd4d81aa8d378.tar.gz upstream-b344ca9ca68322a023414e7e38ddd4d81aa8d378.tar.bz2 upstream-b344ca9ca68322a023414e7e38ddd4d81aa8d378.zip |
OpenWrt v19.07: set branch defaults
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
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 3432db525a..560b66dfc9 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.openwrt.org/snapshots" + default "http://downloads.openwrt.org/releases/19.07-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: |