diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-09 19:32:19 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-09 19:32:19 +0200 |
commit | eca6fc6ea0bc6b30988cf2076f55f60b10e91019 (patch) | |
tree | 6b0e201b3a2fab0caf5bf04b6b5ba1850f8c008b /package/base-files/image-config.in | |
parent | 2853b6d652b7edfe9e8d034503705f6d74d52a52 (diff) | |
download | upstream-eca6fc6ea0bc6b30988cf2076f55f60b10e91019.tar.gz upstream-eca6fc6ea0bc6b30988cf2076f55f60b10e91019.tar.bz2 upstream-eca6fc6ea0bc6b30988cf2076f55f60b10e91019.zip |
OpenWrt v22.03.1: adjust config defaultsv22.03.1
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/base-files/image-config.in')
-rw-r--r-- | package/base-files/image-config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index f7f1d7b30a..85230843b4 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/releases/22.03-SNAPSHOT" + default "https://downloads.openwrt.org/releases/22.03.1" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: @@ -259,7 +259,7 @@ if VERSIONOPT config VERSION_CODE_FILENAMES bool prompt "Revision code in filenames" - default y + default n help Enable this to include the revision identifier or the configured version code into the firmware image, SDK- and Image Builder archive |