From 5a1cb557149122a6dcacc10b20e4027332bdad44 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 27 Mar 2024 11:53:42 +0100 Subject: [PATCH] cfg: Leave the git mirror empty to use the "default" path by default --- customization.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization.cfg b/customization.cfg index 1abdf08..780645f 100644 --- a/customization.cfg +++ b/customization.cfg @@ -21,7 +21,7 @@ _EXT_CONFIG_PATH=~/.config/frogminer/linux-tkg.cfg _NUKR="true" # Git mirror to use to get the kernel sources, possible values are "kernel.org", "googlesource.com", "github.com" and "torvalds" -_git_mirror="kernel.org" +_git_mirror="" # Root folder where to checkout the kernel sources (linux-src-git subdir) and build # Note: - Leave empty to use PKGBUILD's dir