From 30e3078704d6b962d81154f36da9d58cb021d3cb Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 17 Mar 2022 14:05:46 +0100 Subject: [redsocks/kernel-vanilla] github doesn't support git:// anymore --- core/modules/kernel-vanilla/module.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/kernel-vanilla') diff --git a/core/modules/kernel-vanilla/module.build b/core/modules/kernel-vanilla/module.build index 318656b0..803e0f36 100644 --- a/core/modules/kernel-vanilla/module.build +++ b/core/modules/kernel-vanilla/module.build @@ -218,8 +218,8 @@ patch_aufs() { if [ "$KERNEL_MAJOR" = "3" ]; then git clone "git://aufs.git.sourceforge.net/gitroot/aufs/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed." else - git clone "git://github.com/sfjro/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed." - #git clone "git://github.com/bnied/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed." + git clone "https://github.com/sfjro/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed." + #git clone "https://github.com/bnied/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed." fi # get the needed version cde "${MODULE_WORK_DIR}/${AUFS}-standalone" -- cgit v1.2.3-55-g7522