diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-06-21 14:24:11 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-06-21 14:24:11 +0200 |
commit | 14fb5b4f15c2ea1d3e3912add38a4036088b93fa (patch) | |
tree | 0ed92813e533e596c67552694176acda8dcf413c /package | |
parent | 6028f00df04fdfb8f1070776ef3603d43e50b8a4 (diff) | |
download | upstream-14fb5b4f15c2ea1d3e3912add38a4036088b93fa.tar.gz upstream-14fb5b4f15c2ea1d3e3912add38a4036088b93fa.tar.bz2 upstream-14fb5b4f15c2ea1d3e3912add38a4036088b93fa.zip |
LEDE v17.01.7: adjust config defaultsv17.01.7
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package')
-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..a9be0d438e 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.7" 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 |