Created
July 4, 2015 23:43
-
-
Save jmvrbanac/9a5b407b7cb0da30afd8 to your computer and use it in GitHub Desktop.
Ath10k Kernel Builder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| apt-get update | |
| apt-get install -y vim git libncurses5-dev gcc make screen kernel-package python-pip python-dev libffi-dev htop | |
| apt-get build-dep -y linux-image-3.19.0-21-generic | |
| # Download custom ath10k kernel fork | |
| git clone https://github.com/kvalo/ath.git ath | |
| cd ath | |
| # Checkout 4.1.0-rc7 | |
| git checkout 063aed130e448bacd74921b36c7d31d78c756025 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment