diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-17 19:35:25 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-17 19:35:25 +0200 |
commit | d03dc49943db1d02ff89e056a18eefe5e2d51dec (patch) | |
tree | 1632eef7d32c000dfd7694235c08fa94f5cb3db9 /package | |
parent | 9ce6aa9d8d8a1147dcf03cb509cafb5fa7339a91 (diff) | |
download | upstream-d03dc49943db1d02ff89e056a18eefe5e2d51dec.tar.gz upstream-d03dc49943db1d02ff89e056a18eefe5e2d51dec.tar.bz2 upstream-d03dc49943db1d02ff89e056a18eefe5e2d51dec.zip |
OpenWrt v19.07.10: adjust config defaultsv19.07.10
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..00cc054acf 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.10" 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 |