From: Ben Greear Date: Wed, 1 May 2013 18:18:38 +0000 (-0700) Subject: Update build instructions. X-Git-Tag: 1.3.2^2 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=refs%2Fpull%2F30%2Fhead;p=open-ath9k-htc-firmware.git Update build instructions. I found no ./build script, but 'make firmware' appears to do the trick. Signed-off-by: Ben Greear --- diff --git a/README b/README index 18af41f..15c003c 100644 --- a/README +++ b/README @@ -61,7 +61,7 @@ You're in for a treat. * Linux: - $ ./build + $ make firmware * FreeBSD: @@ -70,7 +70,7 @@ You're in for a treat. $ ./build You will end up with two .fw files - one for the AR7010 and one for -the AR9271. +the AR9271 in the target_firmware directory. Then what?