diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-06-10 13:08:02 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-06-10 13:08:02 +0200 |
commit | 2da512ecf4631cd7812283f0931cf6bbf842a313 (patch) | |
tree | c322e490a870b4ca0533f169d24d2d3c3e5c83bd /package | |
parent | 65eec8bd5f6337956b972d07fde49eb5db9cb4a0 (diff) | |
download | mtk-20170518-2da512ecf4631cd7812283f0931cf6bbf842a313.zip mtk-20170518-2da512ecf4631cd7812283f0931cf6bbf842a313.tar.gz mtk-20170518-2da512ecf4631cd7812283f0931cf6bbf842a313.tar.bz2 |
LEDE v17.01.2: adjust config defaultsv17.01.2
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
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 b600530..392c3b9 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.2" 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 |