X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=README;h=1a75c4dea3ef624a0b255252458389f1f14ffff2;hb=6afb904bebdc0ac32e8127f971f9194c83eb833a;hp=18af41ff46a242157a4debec43b707122a4b579c;hpb=cc765de49061ce8947ea90d1c02af130f7089a93;p=open-ath9k-htc-firmware.git diff --git a/README b/README index 18af41f..1a75c4d 100644 --- a/README +++ b/README @@ -61,17 +61,25 @@ You're in for a treat. * Linux: - $ ./build + $ 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. +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? ----------