Browse Source

Update build instructions.

I found no ./build script, but 'make firmware' appears to
do the trick.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Ben Greear 11 years ago
parent
commit
454dcf35c6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README

+ 2 - 2
README

@@ -61,7 +61,7 @@ You're in for a treat.
 
   * Linux:
 
-  $ ./build
+  $ make firmware
 
   * FreeBSD:
 
@@ -70,7 +70,7 @@ You're in for a treat.
   $ ./build
 
 You will end up with two .fw files - one for the AR7010 and one for
-the AR9271.
+the AR9271 in the target_firmware directory.
 
 
 Then what?