Skip to content

Instantly share code, notes, and snippets.

@jmvrbanac
Created July 4, 2015 23:43
Show Gist options
  • Save jmvrbanac/9a5b407b7cb0da30afd8 to your computer and use it in GitHub Desktop.
Save jmvrbanac/9a5b407b7cb0da30afd8 to your computer and use it in GitHub Desktop.
Ath10k Kernel Builder
#!/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