1
0
Fork 0

make defconfig is faster/scriptable

master
jebba 2021-07-27 18:42:37 -06:00
parent 2f7ea2c53f
commit 9f3b95f30c
1 changed files with 6 additions and 0 deletions

View File

@ -177,6 +177,12 @@ Run menuconfig:
make menuconfig
```
Or, if you used the `.config` from above, you can skip `menuconfig` and run:
```
make defconfig
```
In there, there are a few options needed to select, which should be already including in above config:
```