diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-21 15:30:04 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-21 15:30:04 +0200 |
commit | 81923802883c19ae5e86006320ab3d3151f3727d (patch) | |
tree | 71f1d4d8c8fa173faa8bfe4b20bd75a4e55a25c0 /package | |
parent | 38c150612cc9be488527e342db92d5c74093213f (diff) | |
download | upstream-81923802883c19ae5e86006320ab3d3151f3727d.tar.gz upstream-81923802883c19ae5e86006320ab3d3151f3727d.tar.bz2 upstream-81923802883c19ae5e86006320ab3d3151f3727d.zip |
OpenWrt v23.05: set branch defaults
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
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 2de2130b84..9a72863813 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -190,7 +190,7 @@ if VERSIONOPT config VERSION_REPO string prompt "Release repository" - default "https://downloads.openwrt.org/snapshots" + default "https://downloads.openwrt.org/releases/23.05-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: |