remove all HAL_*_READ/WRITE defines
[open-ath9k-htc-firmware.git] / README
diff --git a/README b/README
index 2b78e81f8c26cbff66cfed0667cc47253c5f0249..2dd09fb5101d3f5d452342413d6578e8ce9dfc8b 100644 (file)
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ services.
 What licence is this covered by?
 --------------------------------
 
 What licence is this covered by?
 --------------------------------
 
-The Qualcomm Atheros owned code is under the ISC licence.
+The Qualcomm Atheros owned code is under the ClearBSD licence.
 
 The NOTICES.TXT file contains copyright notices for software which
 this firmware release leverages.
 
 The NOTICES.TXT file contains copyright notices for software which
 this firmware release leverages.
@@ -45,6 +45,8 @@ How do I build it?
 
 You're in for a treat.
 
 
 You're in for a treat.
 
+* Install the cmake build tool (http://www.cmake.org/).  Major distributions have packages for this.
+
 * You first have to build the toolchain.
 
   * Linux:
 * You first have to build the toolchain.
 
   * Linux:
@@ -61,17 +63,25 @@ You're in for a treat.
 
   * Linux:
 
 
   * Linux:
 
-  $ ./build
+  $ make -C target_firmware
 
   * FreeBSD:
 
 
   * 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
 
 You will end up with two .fw files - one for the AR7010 and one for
-the AR9271.
+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?
 ----------
 
 Then what?
 ----------