From 840c8298c847e979efce4e6ad44cb3944450da0d Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Mon, 25 Jul 2016 14:34:32 +0200 Subject: [PATCH] Update README.md note the changes to build.sh --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d38ba5..f11d12a 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,15 @@ from our webapp. # How ### Building -e.g. `./build.sh TLWDR4300` +To build issue the following command: `./build.sh architecture variant device-profile`, e.g.: +* `./build.sh ar71xx generic TLWDR4300` +* `./build.sh ramips mt7621 ZBT-WG3526` -Results will be under `build/OpenWrt-ImageBuilder-ar71xx_generic-for-linux-x86_64`. +Results will be under `build/OpenWrt-ImageBuilder-${architecture}_${variant}-for-linux-x86_64/bin/`. -To see a list of available targets, run this in the ImageBuilder dir: ```make info```. +To see a list of available targets, run this in the ImageBuilder dir: `make info`. + +If you want to change which OpenWRT version is used, then edit the relevant variables in `build.sh` (`RELEASE`, and `RELEASE_NAME`). ### Setup stages