kernel patch command


```c
1 mv linux-xxx.patch file to the same level dir with linux-xxx.tar.gz 
2 tar -zxf linux-xxx.tar.gz
3 cd linux-xxx
4 patch -p1 < ../linux-xxx.patch
5 cd ../
new command
6 tar -czf xxx.tar.gz xxx 

Supongo que te gusta

Origin blog.csdn.net/tanxiezang5399/article/details/128761620
Recomendado
Clasificación