From 352c89df2f5ef75bf755f966eda98fefc8b757ed Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 17 Apr 2022 17:34:58 +0200 Subject: [PATCH] Choose the board --- doc/compile.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/compile.md b/doc/compile.md index 3d348ca..7f97943 100644 --- a/doc/compile.md +++ b/doc/compile.md @@ -18,6 +18,10 @@ cp -r ../wpj428/files ./ make menuconfig ``` +Set the board: + - Target System -> Qualcomm Atheros IPQ40XX + - Target Profile -> Compex WPJ428 + Then activate: - 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 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