diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-06-22 12:30:02 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-06-22 12:30:02 +0200 |
commit | 13f64a1e597e00e7bc9cf73866533f668482c4fa (patch) | |
tree | fcdd5eb7e1db40c34cd5fc63570a742b9b71a383 /package/base-files/image-config.in | |
parent | d2aa3a1b6274d29c80a33dc865035bb0d4b22dd7 (diff) | |
download | upstream-13f64a1e597e00e7bc9cf73866533f668482c4fa.tar.gz upstream-13f64a1e597e00e7bc9cf73866533f668482c4fa.tar.bz2 upstream-13f64a1e597e00e7bc9cf73866533f668482c4fa.zip |
OpenWrt v18.06.0-rc1: adjust config defaultsv18.06.0-rc1
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 5ee2d3e4e3..9a8f851a44 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 "http://downloads.openwrt.org/releases/18.06-SNAPSHOT" + default "http://downloads.openwrt.org/releases/18.06.0-rc1" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: @@ -253,7 +253,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 |