More doc
This commit is contained in:
parent
06ce6f912f
commit
7e76ea0c6f
1 changed files with 9 additions and 0 deletions
|
@ -48,7 +48,16 @@ make download
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To inject a config file:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Append changes to bottom of .config
|
||||||
|
cat config >> .config
|
||||||
|
# Apply changes
|
||||||
|
make defconfig
|
||||||
|
make download
|
||||||
|
make -j $(nproc)
|
||||||
|
```
|
||||||
|
|
||||||
## Logs
|
## Logs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue