]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- updated aufs update script for 5.12
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 2 May 2021 10:33:46 +0000 (12:33 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 2 May 2021 10:33:46 +0000 (12:33 +0200)
update-source.sh

index d51555c184c6798618b896b1e28393fa53b9b72e..034da5de3af6146b3449d7ae4edeaa2dac1df80d 100755 (executable)
@@ -4,7 +4,7 @@ set -x
 # aufs5
 git clone git://github.com/sfjro/aufs5-standalone.git
 cd aufs5-standalone
-git checkout -b aufs5.11 origin/aufs5.11
+git checkout -b aufs5.12 origin/aufs5.12
 git pull
 cat aufs5-kbuild.patch aufs5-base.patch aufs5-mmap.patch aufs5-standalone.patch > ../kernel-aufs5.patch
 rm -rf linux && mkdir linux
This page took 0.779682 seconds and 4 git commands to generate.