From 2893b52a63580d2fe54d6d0471bce94a4537d293 Mon Sep 17 00:00:00 2001 From: thegroove <535855+thegroove@users.noreply.github.com> Date: Wed, 24 Jan 2024 03:37:16 +0100 Subject: [PATCH] Update adding-wifi-driver.md (#309) No more building.sh --- en/adding-wifi-driver.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/adding-wifi-driver.md b/en/adding-wifi-driver.md index 8a0a7ed..5c06065 100644 --- a/en/adding-wifi-driver.md +++ b/en/adding-wifi-driver.md @@ -67,13 +67,13 @@ Example: you want to add the RTL8188EUS driver: ### Step 4: Build your firmware Return to the root directory of the openipc firmware directory `openipc-firmware/`. -Run `./building.sh` and select the configuration you have edited in the previous step. +Run `make` and select the configuration you have edited in the previous step. -Alternatively, you can run `./building.sh `, where `` is the name of the config file you have just edited, minus the `_defconfig` +Alternatively, you can run `make BOARD=`, where `` is the name of the config file you have just edited, minus the `_defconfig` Example: you want to build `ultimate` for `hi3516ev200`: -`./building.sh hi3516ev200_ultimate` +`make BOARD=hi3516ev200_ultimate` When the build is complete, you will find the output in the `output/images/` directory: