diff options
Diffstat (limited to 'core/modules/kernel-vanilla/module.conf')
-rw-r--r-- | core/modules/kernel-vanilla/module.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/kernel-vanilla/module.conf b/core/modules/kernel-vanilla/module.conf index 35ad746a..51d1802a 100644 --- a/core/modules/kernel-vanilla/module.conf +++ b/core/modules/kernel-vanilla/module.conf @@ -6,4 +6,4 @@ REQUIRED_DIRECTORIES=" /usr/bin " REQUIRED_KERNEL="${CONFIG_KERNEL_VERSION:-"5.15.81"}" -REQUIRED_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git" +REQUIRED_GIT="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git" |