From: Adrian Chadd Date: Thu, 16 May 2013 18:01:00 +0000 (-0700) Subject: Update documentation to reflect the current reality. X-Git-Tag: 1.4.0~14 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=78975680e44fc5f9c10c5563088aea02345ab566 Update documentation to reflect the current reality. Issue: #28 --- diff --git a/README b/README index 15c003c..1a75c4d 100644 --- a/README +++ b/README @@ -61,17 +61,25 @@ You're in for a treat. * Linux: - $ make firmware + $ make -C target_firmware * 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 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? ----------