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: