adekmaulana / script

A script to help with merging linux-stable into your own repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A script to help with merging linux-stable into your own repository


Languages

Language:Shell 100.0%