diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2021-02-16 02:16:25 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2021-02-16 02:21:33 +0100 |
commit | 1cd121dd11aadc799b179ebb8600f27621acc84f (patch) | |
tree | 666aa943576e3df2bbb29a2c7a29dc52cb2687d2 /package | |
parent | 46b6ee7ffc457af8aad1a0f7e5936f50041141d8 (diff) | |
download | upstream-1cd121dd11aadc799b179ebb8600f27621acc84f.tar.gz upstream-1cd121dd11aadc799b179ebb8600f27621acc84f.tar.bz2 upstream-1cd121dd11aadc799b179ebb8600f27621acc84f.zip |
OpenWrt v21.02: set branch defaults
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'package')
-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 b5cd90f615..1f06332b00 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 "https://downloads.openwrt.org/snapshots" + default "https://downloads.openwrt.org/releases/21.02-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: |