cfg: comment: Add "torvalds" as possible _git_mirror value

Following https://github.com/Frogging-Family/linux-tkg/pull/642
This commit is contained in:
Tk-Glitch
2022-11-07 15:21:33 +01:00
parent be8c8e8230
commit 081d3097a0

View File

@@ -20,7 +20,7 @@ _EXT_CONFIG_PATH=~/.config/frogminer/linux-tkg.cfg
# Default is "true".
_NUKR="true"
# Git mirror to use to get the kernel sources, possible values are "kernel.org", "googlesource.com" and "github.com"
# Git mirror to use to get the kernel sources, possible values are "kernel.org", "googlesource.com", "github.com" and "torvalds"
_git_mirror="kernel.org"
# Custom compiler root dirs - Leave empty to use system compilers