Skip to content

EduApps-CDG/kernel-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kernel-configs

A database of configs for building the Kernel. specified on my tutorial

Add a device:

Implement our database by forking this repo, clone and so:

Using Android (Termux and root)

cp /proc/config.gz "android/$(getprop | grep -i ro.product.model | sed "s/\[ro.product.model\]: //" | sed "s/\[//" | sed "s/\]//").gz"

Using Desktop

cp -v /boot/config-$(uname -r)