diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-07-15 21:25:16 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-07-15 21:25:16 +0200 |
commit | 248b35890339d70d7b43e3b40fba0281f854ed9a (patch) | |
tree | 2b58ce4eee901e12067fc5e5202f2c5c3c713566 /package/base-files | |
parent | 38e704be71e5676a8b0bed5bbf74a2784acdaa01 (diff) | |
download | upstream-17.01.5.tar.gz upstream-17.01.5.tar.bz2 upstream-17.01.5.zip |
LEDE v17.01.5: adjust config defaultsv17.01.5
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 b60053046a..58a1fa57af 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 "http://downloads.lede-project.org/releases/17.01-SNAPSHOT" + default "http://downloads.lede-project.org/releases/17.01.5" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: @@ -262,7 +262,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 |