summaryrefslogtreecommitdiffstats
path: root/core/modules/kernel-vanilla
diff options
context:
space:
mode:
authorSimon Rettberg2020-12-08 08:57:58 +0100
committerSimon Rettberg2020-12-08 08:57:58 +0100
commit2aa7fa8faea1443252ee6a9e66cf1417972e4c20 (patch)
tree72cdabcac489e17ec173d4b15e2a037cbae9cafe /core/modules/kernel-vanilla
parent[remote-access] Add -noxrecord to prevent stack smashing (diff)
downloadmltk-2aa7fa8faea1443252ee6a9e66cf1417972e4c20.tar.gz
mltk-2aa7fa8faea1443252ee6a9e66cf1417972e4c20.tar.xz
mltk-2aa7fa8faea1443252ee6a9e66cf1417972e4c20.zip
[kernel-vanilla] Fix hardcoded aufs4
Diffstat (limited to 'core/modules/kernel-vanilla')
-rw-r--r--core/modules/kernel-vanilla/module.build2
1 files changed, 1 insertions, 1 deletions
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"