linux-git: auto updated to 6.6.r12401.8f6f76a6a29f-1

This commit is contained in:
Lilac 2023-11-03 19:41:58 +00:00
parent 953950af57
commit 5bb7a886f0
8 changed files with 11918 additions and 0 deletions

14
repo/linux-git/remote Normal file
View file

@ -0,0 +1,14 @@
# Here you can customize the remote and commit in case you don't want Linus
# Torvalds' mainline.
# For security reasons, the remote's prefix is hardcoded and you can only
# select among the git.kernel.org's official development trees (although this
# package uses a faster mirror):
# https://kernel.googlesource.com/pub/scm/linux/kernel/git/${REMOTE}
# These are the default values if none is selected:
# REMOTE="torvalds/linux"
# COMMIT="master"
# This is an example if v5.17.7 stable is to be used
# REMOTE="stable/linux"
# COMMIT="v5.17.7"