]> git.pld-linux.org Git - packages/kernel.git/blob - update-source.sh
- up to 5.11.8
[packages/kernel.git] / update-source.sh
1 #!/bin/sh
2 set -x
3
4 # aufs5
5 git clone git://github.com/sfjro/aufs5-standalone.git
6 cd aufs5-standalone
7 git checkout -b aufs5.11 origin/aufs5.11
8 git pull
9 cat aufs5-kbuild.patch aufs5-base.patch aufs5-mmap.patch aufs5-standalone.patch > ../kernel-aufs5.patch
10 rm -rf linux && mkdir linux
11 cp -a Documentation fs include linux
12 diff -urN /usr/share/empty linux | filterdiff -x linux/include/uapi/linux/Kbuild >> ../kernel-aufs5.patch
13 cat aufs5-loopback.patch >> ../kernel-aufs5.patch
14
15 # other
This page took 0.061969 seconds and 3 git commands to generate.