From 2aa7fa8faea1443252ee6a9e66cf1417972e4c20 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 8 Dec 2020 08:57:58 +0100 Subject: [kernel-vanilla] Fix hardcoded aufs4 --- core/modules/kernel-vanilla/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/kernel-vanilla') diff --git a/core/modules/kernel-vanilla/module.build b/core/modules/kernel-vanilla/module.build index 26a58792..f8d5f351 100644 --- a/core/modules/kernel-vanilla/module.build +++ b/core/modules/kernel-vanilla/module.build @@ -178,7 +178,7 @@ patch_aufs() { patch=$(( patch - 1 )) done pinfo "Getting branch origin/$NEEDED_BRANCH" - git checkout "origin/$NEEDED_BRANCH" || git checkout "origin/aufs4.x-rcN" || perror "Could not checkout needed branch." + git checkout "origin/$NEEDED_BRANCH" || git checkout "origin/${AUFS}.x-rcN" || perror "Could not checkout needed branch." pinfo "Starting to patch... $NEEDED_BRANCH" tarcopy "Documentation fs" "$MODULE_WORK_DIR/ksrc" -- cgit v1.2.3-55-g7522