Skip to content

Commit

Permalink
Update documentation to reflect the current reality.
Browse files Browse the repository at this point in the history
Issue:	#28
  • Loading branch information
Adrian Chadd committed May 16, 2013
1 parent 5f750f2 commit 7897568
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,25 @@ You're in for a treat.

* Linux:

$ make firmware
$ make -C target_firmware

* FreeBSD:

edit the build script, change make to gmake, and then

$ ./build
$ gmake -C target_firmware

You will end up with two .fw files - one for the AR7010 and one for
the AR9271 in the target_firmware directory.

You can clean the firmware build (when you wish to force a rebuild)
by doing:

* Linux:

$ make -C target_firmware clean

* FreeBSD:

$ gmake -C target_firmware clean

Then what?
----------
Expand Down

0 comments on commit 7897568

Please sign in to comment.