-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Peter Andreas Entschev
committed
Oct 21, 2014
1 parent
637b27a
commit 098ca82
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Intel MPSS 3.4 for Linux 3.13.0 | ||
=============================== | ||
|
||
This repository contains Intel MPSS 3.4 modules. The source is patched to work | ||
with Linux Kernel 3.13.0, it was only tested on Ubuntu 14.04, but should work | ||
on any distro since the Kernel version is 3.13.0 (not tested with newer | ||
kernel versions). | ||
|
||
Requirements | ||
------------ | ||
|
||
Before building the kernel modules, make sure you have all tools necessary to | ||
build the Linux Kernel (e.g., GCC, Make, etc.) and the kernel source or | ||
headers. On Ubuntu 14.04, should be enough to have the following packages | ||
installed: | ||
|
||
* build-essential | ||
* linux-headers-generic | ||
|
||
Building and Installing | ||
----------------------- | ||
|
||
To build, simply run make: | ||
|
||
`$ make` | ||
|
||
To install, you must be logged in as root or use sudo: | ||
|
||
`# make install` | ||
`$ sudo make install` |