diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-02-27 22:32:54 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-02-27 22:32:54 +0100 |
commit | c3bd1321de1e0d814f5cfc4f494f6b2fb1f5133b (patch) | |
tree | e09b089d5fe4f35542290429953543c6a482b688 /package | |
parent | 82fbd857471292ca71dc06b05f11089962f33a4f (diff) | |
download | upstream-c3bd1321de1e0d814f5cfc4f494f6b2fb1f5133b.tar.gz upstream-c3bd1321de1e0d814f5cfc4f494f6b2fb1f5133b.tar.bz2 upstream-c3bd1321de1e0d814f5cfc4f494f6b2fb1f5133b.zip |
OpenWrt v18.06.8: adjust config defaultsv18.06.8
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 6c9d631d04..105f8c0f13 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.8" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: @@ -259,7 +259,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 |