diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-12-07 00:51:00 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-12-07 00:51:00 +0100 |
commit | c37eb9a9f9d43aa3231a607387754479886edf0d (patch) | |
tree | fdbfd2713c7a1ac509b9a40af04ad8c882f20a69 /package | |
parent | 5090152ae3a37482dc1e8290875635305abf12a7 (diff) | |
download | upstream-19.07.5.tar.gz upstream-19.07.5.tar.bz2 upstream-19.07.5.zip |
OpenWrt v19.07.5: adjust config defaultsv19.07.5
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 560b66dfc9..4430887513 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/19.07-SNAPSHOT" + default "http://downloads.openwrt.org/releases/19.07.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: @@ -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 |