Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Mar 20, 2017
1 parent 0e00677 commit 587b624
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.txt
@@ -1,22 +1,25 @@
This is a copy of the drivers/net/wireless/ath/ath10k tree from
the Candela-Technologies (CT) 4.7 kernel.
the Candela-Technologies (CT) 4.7 (and other) kernels.

This package may be useful for people trying to use CT ath10k
firmware on LEDE/OpenWRT.
firmware on LEDE/OpenWRT, or other custom-built kernels.

The ath10k driver has a lot of patches, most of which are to enable it to
work more effectively with the ath10k CT firmware:

http://www.candelatech.com/ath10k.php

To compile:
To compile with some help:
./build_me.sh

To compile manually:
cd ath10k
cp make_all make_all.mine
chmod a+x make_all.mine
# Edit make_all.mine to point to your compiled kernel
# Copy ath/*.h files into ../
# This header file stuff is not obvious, sorry..but it helps us compile
# properl on LEDE/OpenWRT backports infrastructure.
# properly on LEDE/OpenWRT backports infrastructure.
./make_all.mine


Expand All @@ -25,4 +28,7 @@ For full kernel source that these drivers came from, see:
http://dmz2.candelatech.com/?p=linux-4.7.dev.y/.git;a=summary
git clone git://dmz2.candelatech.com/linux-4.7.dev.y

http://dmz2.candelatech.com/?p=linux-4.4.dev.y/.git;a=summary
git clone git://dmz2.candelatech.com/linux-4.4.dev.y

Please send bug reports to: greearb@candelatech.com

0 comments on commit 587b624

Please sign in to comment.