diff options
| author | Simon Rettberg | 2015-12-03 14:44:35 +0100 |
|---|---|---|
| committer | root | 2015-12-03 14:44:35 +0100 |
| commit | 568fc143d086fe00a0c97e1595159e54543cd74f (patch) | |
| tree | 10c2cf076bf779031d30bfdd33d20ec67d9736da /remote | |
| parent | [vmware] Handle build when sources are already fetched (diff) | |
| download | tm-scripts-568fc143d086fe00a0c97e1595159e54543cd74f.tar.gz tm-scripts-568fc143d086fe00a0c97e1595159e54543cd74f.tar.xz tm-scripts-568fc143d086fe00a0c97e1595159e54543cd74f.zip | |
[kernel-vanilla] Bump to 4.3
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/kernel-vanilla/module.build | 2 | ||||
| -rw-r--r-- | remote/modules/kernel-vanilla/module.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/kernel-vanilla/module.build b/remote/modules/kernel-vanilla/module.build index 63b3c5a6..d6676109 100644 --- a/remote/modules/kernel-vanilla/module.build +++ b/remote/modules/kernel-vanilla/module.build @@ -136,7 +136,7 @@ patch_aufs() { || perror "REQUIRED_KERNEL not set, this should not happen!" pinfo "Getting branch origin/$NEEDED_BRANCH" cd "$MODULE_DIR/${AUFS}-standalone" || perror "Could not CD to ${AUFS}-standalone" - git checkout "origin/aufs$NEEDED_BRANCH" || perror "Could not checkout needed branch." + git checkout "origin/aufs$NEEDED_BRANCH" || git checkout "origin/aufs4.x-rcN" || perror "Could not checkout needed branch." pinfo "Starting to patch... $NEEDED_BRANCH" tarcopy "Documentation fs" "$MODULE_DIR/ksrc" diff --git a/remote/modules/kernel-vanilla/module.conf b/remote/modules/kernel-vanilla/module.conf index 9e9d8fab..b18646df 100644 --- a/remote/modules/kernel-vanilla/module.conf +++ b/remote/modules/kernel-vanilla/module.conf @@ -1,5 +1,5 @@ REQUIRED_BINARIES="" REQUIRED_LIBRARIES="" REQUIRED_DIRECTORIES="" -REQUIRED_KERNEL="4.2.4" +REQUIRED_KERNEL="4.3" REQUIRED_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git" |
