diff options
| author | Jonathan Bauer | 2020-12-08 13:38:35 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2020-12-08 13:38:35 +0100 |
| commit | 3ef02ec2a4eefe3c330c652dbb457e31be9d0135 (patch) | |
| tree | 8ca1bb8a4dc33faa5114478a23fa7c11baa7d09e /core/modules/kernel-vanilla | |
| parent | Merge branch 'master' into installer (diff) | |
| parent | [kernel-vanilla] Fix hardcoded aufs4 (diff) | |
| download | mltk-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.build | 2 |
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" |
