From 081d3097a0ad5dbbb996ed2ddf1d5d52a35a2194 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 7 Nov 2022 15:21:33 +0100 Subject: [PATCH] cfg: comment: Add "torvalds" as possible _git_mirror value Following https://github.com/Frogging-Family/linux-tkg/pull/642 --- customization.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization.cfg b/customization.cfg index 8af2000..4bd1353 100644 --- a/customization.cfg +++ b/customization.cfg @@ -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