X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=README;fp=README;h=0000000000000000000000000000000000000000;hb=54fe34f34b61c6b261b90f765cc5546937ce1d74;hp=10f8e9415a01f8520438ebd78b97c9ccdfd1e87e;hpb=afde8d73230109e12aff7e18fbb6bea01279a0fe;p=carl9170fw.git diff --git a/README b/README deleted file mode 100644 index 10f8e94..0000000 --- a/README +++ /dev/null @@ -1,39 +0,0 @@ -Community AR9170 Linux firmware ------------------------ - -This is the firmware for the Atheros ar9170 802.11n devices. - -To build the firmware you will need an SH-2 toolchain. -You can build your own toolchain: - -make -C toolchain - -but be aware that this will take some time and requires -about 2.4 GiB disk space. - -The resulting firmware, carl9170.fw, can be used only -with the carl9170 Linux driver. - -After getting a toolchain, you will need to get more -tools & libs: - - * gcc 4.7+ - - * gperf, bison/flex - - * 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]. -