Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romiyusnandar/kernel_upstream


https://github.com/romiyusnandar/kernel_upstream

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Upstream Linux Kernel For Android

#### Here

git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/

### Example :

My kernel version is v4.9.304, and i want to upstream to 4.9.305, so type :

git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ v4.9.305

### Wait a minute, if done type :

git merge FETCH_HEAD

### Fix the conflicts and

git add .

### Last Step
git merge --continue