Revision of Build FW from Thu, 08/29/2013 - 20:09

The revisions let you track differences between multiple versions of a post.

Notice: This page is a part of my personal profile page, and may be moved or deleted without prior notice.

Prepare

sudo apt-get update
sudo apt-get --no-install-recommends install make gcc libc6-dev m4 cmake
wget https://github.com/qca/open-ath9k-htc-firmware/archive/master.zip
unzip master
rm -f master.zip
cd open-ath9k-htc-firmware-master

Build

make toolchain
make -C target_firmware

Clean

mkdir -p ../firmware
mv target_firmware/*.fw *.TXT README ../firmware
cd ..
rm -fr open-ath9k-htc-firmware-master

Revisions

08/29/2013 - 20:09
mYself