Choose the board
This commit is contained in:
parent
4f2e62d65f
commit
352c89df2f
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,10 @@ cp -r ../wpj428/files ./
|
||||||
make menuconfig
|
make menuconfig
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Set the board:
|
||||||
|
- Target System -> Qualcomm Atheros IPQ40XX
|
||||||
|
- Target Profile -> Compex WPJ428
|
||||||
|
|
||||||
Then activate:
|
Then activate:
|
||||||
|
|
||||||
- Luci -> Collections -> Luci (default)
|
- Luci -> Collections -> Luci (default)
|
||||||
|
@ -38,7 +42,7 @@ Check that these packages were activated automatically:
|
||||||
|
|
||||||
*Note: do not use `defconfig` / diffconfig / etc. because they do not work when we upgrade
|
*Note: do not use `defconfig` / diffconfig / etc. because they do not work when we upgrade
|
||||||
between major versions. They tend to create frankenstein builds. So really avoid them,
|
between major versions. They tend to create frankenstein builds. So really avoid them,
|
||||||
we lost enough time with this feature.
|
we lost enough time with this feature.*
|
||||||
|
|
||||||
```
|
```
|
||||||
make download
|
make download
|
||||||
|
|
Loading…
Reference in a new issue