Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 501 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 501 Bytes

linux-stable merge script

This script is designed to help you merge or pick linux-stable into your own kernel source repos.

Either clone this repo or run the following command in the root of your kernel folder:

curl -o linux-stable.sh https://raw.githubusercontent.com/android-linux-stable/script/master/linux-stable.sh && chmod +x linux-stable.sh

Once you have it downloaded, run ./linux-stable.sh -h to learn more about it

If you have any questions or issues, file an issue on this repo!