This commit is contained in:
Quentin 2021-03-22 10:12:40 +01:00
parent 06ce6f912f
commit 7e76ea0c6f

View file

@ -48,7 +48,16 @@ make download
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