linux-git: auto updated to 6.6.r12401.8f6f76a6a29f-1
This commit is contained in:
parent
953950af57
commit
5bb7a886f0
8 changed files with 11918 additions and 0 deletions
31
repo/linux-git/linux-git.install
Normal file
31
repo/linux-git/linux-git.install
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
README="$(cat << EOF
|
||||
|
||||
===============================================================================
|
||||
|
||||
This package can be customized to use other than vanilla mainline if it's
|
||||
locally compiled by the user.
|
||||
These are the instructions to apply the customization to the next linux-git
|
||||
package compilation:
|
||||
|
||||
* How to customize the git remote / branch:
|
||||
Please consult and edit the file /etc/linux-git/remote
|
||||
|
||||
* How to add user-customized config options:
|
||||
Please consult and edit the file /etc/linux-git/config
|
||||
|
||||
* How to add extra patches on top of the selected remote / branch:
|
||||
Please consult and edit the file /etc/linux-git/patches/patches
|
||||
|
||||
===============================================================================
|
||||
|
||||
EOF
|
||||
)"
|
||||
|
||||
post_install() {
|
||||
echo "${README}"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
echo "${README}"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue