diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-19 15:12:19 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-19 15:12:19 +0100 |
commit | b12284a14ce90d77c9b0e77876454e173be5bea6 (patch) | |
tree | b3482aedb7c2d2534507cb90271c40c05a6be44f /package | |
parent | 8055e38794741313f8f4e6059f83c71dc0ab1d1c (diff) | |
download | openwrt-19.07.6.tar.gz openwrt-19.07.6.tar.bz2 openwrt-19.07.6.zip |
OpenWrt v19.07.6: adjust config defaultsv19.07.6
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..4fa95ac6d7 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.6" 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 |