summaryrefslogtreecommitdiffstats
path: root/core/modules/kernel-vanilla
diff options
context:
space:
mode:
authorJonathan Bauer2020-12-08 13:38:35 +0100
committerJonathan Bauer2020-12-08 13:38:35 +0100
commit3ef02ec2a4eefe3c330c652dbb457e31be9d0135 (patch)
tree8ca1bb8a4dc33faa5114478a23fa7c11baa7d09e /core/modules/kernel-vanilla
parentMerge branch 'master' into installer (diff)
parent[kernel-vanilla] Fix hardcoded aufs4 (diff)
downloadmltk-3ef02ec2a4eefe3c330c652dbb457e31be9d0135.tar.gz
mltk-3ef02ec2a4eefe3c330c652dbb457e31be9d0135.tar.xz
mltk-3ef02ec2a4eefe3c330c652dbb457e31be9d0135.zip
Merge branch 'master' into installer
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 d8714cc8..4954ac35 100644
--- a/core/modules/kernel-vanilla/module.build
+++ b/core/modules/kernel-vanilla/module.build
@@ -180,7 +180,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"