diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-04-17 18:42:34 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-17 18:42:34 +0200 |
commit | 48461b5abc382b26edd0d2637f0f7b952bed90ba (patch) | |
tree | 5627526adede58f00fe6f748fac017c7e2ddaab4 /package/base-files | |
parent | 7eb58cf1090a6a0912c5cbdfd023555096a20cf3 (diff) | |
download | mtk-20170518-17.01.1.zip mtk-20170518-17.01.1.tar.gz mtk-20170518-17.01.1.tar.bz2 |
LEDE v17.01.1: adjust config defaultsv17.01.1
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 b600530..b6d6d40 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.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: @@ -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 |