diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-30 19:40:45 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-30 19:40:45 +0100 |
commit | 628e9969288a605565793358bf7468276b8774e6 (patch) | |
tree | f63877fb13a7884a68792a544a014c4bd33c4e33 /package/base-files | |
parent | db8345d8e43f0cc8ac8cf53fbab4037bfe33cfa3 (diff) | |
download | openwrt-628e9969288a605565793358bf7468276b8774e6.tar.gz openwrt-628e9969288a605565793358bf7468276b8774e6.tar.bz2 openwrt-628e9969288a605565793358bf7468276b8774e6.zip |
OpenWrt v19.07.0-rc2: adjust config defaultsv19.07.0-rc2
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 560b66dfc9..a3ca7dc070 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.0-rc2" 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 |