]> git.pld-linux.org Git - packages/kernel.git/blobdiff - update-source.sh
enable dwc2 in arm64
[packages/kernel.git] / update-source.sh
index 5056908d89da688a844a7f6bf360d8698e814660..14ba055603f21c140225e2a4b086b2c555dde5eb 100755 (executable)
@@ -1,18 +1,18 @@
 #!/bin/sh
 set -xe
 
-BRANCH=aufs5.x-rcN
-#BRANCH=aufs5.16
+BRANCH=aufs6.5
+#BRANCH=aufs6.x-rcN
 
-# aufs5
-[ -d aufs5-standalone ] || git clone https://github.com/sfjro/aufs5-standalone.git
-cd aufs5-standalone
-git checkout -b ${BRANCH} origin/${BRANCH}
+# aufs6
+[ -d aufs-standalone ] || git clone https://github.com/sfjro/aufs-standalone.git
+cd aufs-standalone
+git checkout -b ${BRANCH} origin/${BRANCH} || git switch ${BRANCH}
 git pull
-cat aufs5-kbuild.patch aufs5-base.patch aufs5-mmap.patch aufs5-standalone.patch > ../kernel-aufs5.patch
+cat aufs6-kbuild.patch aufs6-base.patch aufs6-mmap.patch aufs6-standalone.patch > ../kernel-aufs.patch
 rm -rf linux && mkdir linux
 cp -a Documentation fs include linux
-diff -urN /usr/share/empty linux | filterdiff -x linux/include/uapi/linux/Kbuild >> ../kernel-aufs5.patch
-cat aufs5-loopback.patch >> ../kernel-aufs5.patch
+diff -urN /usr/share/empty linux | filterdiff -x linux/include/uapi/linux/Kbuild >> ../kernel-aufs.patch
+cat aufs6-loopback.patch >> ../kernel-aufs.patch
 
 # other
This page took 0.025175 seconds and 4 git commands to generate.