Skip to content

Instantly share code, notes, and snippets.

@nickedes
Last active August 29, 2015 14:17
Show Gist options
  • Save nickedes/7a8fb1ccf5256ce9a93c to your computer and use it in GitHub Desktop.
Save nickedes/7a8fb1ccf5256ce9a93c to your computer and use it in GitHub Desktop.
@nickedes
Copy link
Author

tar -xzvf linux-3.12.9.tar.gz
cd linux-3.12.9
gzip -cd ../patch-3.12.9-rt12.patch.gz | patch -p1
sudo make menuconfig
sudo make
sudo make modules
sudo make modules_install
sudo make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment