kconfig: Add error handling to KCONFIG_ALLCONFIG
[carl9170fw.git] / README
diff --git a/README b/README
index 937172909d364970168ac2f52c8be90c87a57126..10e7a976767e97b3c4a782a4345621c73a2b5199 100644 (file)
--- a/README
+++ b/README
@@ -17,18 +17,23 @@ with the carl9170 Linux driver.
 After getting a toolchain, you will need to get more
 tools & libs:
 
- * gcc 4.4+
+ * gcc 4.7+
 
  * gperf, bison/flex
 
- * cmake 2.8.0+
-
- * libusb 1.0+
-
- * SDL SDK 1.2.13+
+ * cmake 2.8.4+
 
 afterwards, simply execute:
 
 autogen.sh
 
 to start the configuration and build process.
+
+if you want to "install" your own firmware, you can either
+do this manually, or by executing:
+autogen.sh install
+
+This will place a copy with the right filename [adds API rev]
+into /lib/firmware/[the default path on most Distributions].
+