diff options
author | Paul Spooren <mail@aparcar.org> | 2022-03-20 13:02:58 +0000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-03-20 13:05:00 +0000 |
commit | 43e6d979b8babd9438ccedc1076fe2c09120e8ca (patch) | |
tree | d80004bc183859e39e26ab2c7332a23e609a7138 /package | |
parent | 7ea2f3d6e22b506d137cf255ae73ae498c176d1c (diff) | |
download | upstream-43e6d979b8babd9438ccedc1076fe2c09120e8ca.tar.gz upstream-43e6d979b8babd9438ccedc1076fe2c09120e8ca.tar.bz2 upstream-43e6d979b8babd9438ccedc1076fe2c09120e8ca.zip |
OpenWrt v22.03: set branch defaults
Signed-off-by: Paul Spooren <mail@aparcar.org>
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 ac406bc456..f7f1d7b30a 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/22.03-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: |