diff options
author | Daniel Golle <daniel@makrotopia.org> | 2023-04-09 23:38:36 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-04-09 23:38:36 +0100 |
commit | 9f213a85e219c94c45c15c9aa5feffadb00689ea (patch) | |
tree | ea3f001a182b2381ea44a8fff39204b60e7e36ac /package/base-files | |
parent | bc99ce5b22963c22661b3e549c3cdc86bf52756c (diff) | |
download | upstream-9f213a85e219c94c45c15c9aa5feffadb00689ea.tar.gz upstream-9f213a85e219c94c45c15c9aa5feffadb00689ea.tar.bz2 upstream-9f213a85e219c94c45c15c9aa5feffadb00689ea.zip |
OpenWrt v21.02.6: adjust config defaultsv21.02.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/base-files')
-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 1f06332b00..55913094bc 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/21.02-SNAPSHOT" + default "https://downloads.openwrt.org/releases/21.02.6" 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 |